~fusonic/chive/1.1

« back to all changes in this revision

Viewing changes to yii/zii/widgets/assets/gridview/styles.css

  • Committer: Matthias Burtscher
  • Date: 2010-02-12 09:12:35 UTC
  • Revision ID: matthias.burtscher@fusonic.net-20100212091235-jqxrb62klx872ajc
* Updated Yii to 1.1.0
* Removed CodePress and CodeMirror
* Updated jQuery and some plugins
* Cleaned some code ...

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.grid-view table.items
 
2
{
 
3
        background: white;
 
4
        border-collapse: collapse;
 
5
        width: 100%;
 
6
        border: 1px #D0E3EF solid;
 
7
}
 
8
 
 
9
.grid-view table.items th, .grid-view table.items td
 
10
{
 
11
        font-size: 0.9em;
 
12
        border: 1px white solid;
 
13
        padding: 0.3em;
 
14
}
 
15
 
 
16
.grid-view table.items th
 
17
{
 
18
        color: white;
 
19
        background: #6885A4;
 
20
        text-align: center;
 
21
}
 
22
 
 
23
.grid-view table.items th a
 
24
{
 
25
        color: #EEE;
 
26
        font-weight: bold;
 
27
        text-decoration: none;
 
28
}
 
29
 
 
30
.grid-view table.items th a:hover
 
31
{
 
32
        color: #FFF;
 
33
}
 
34
 
 
35
.grid-view table.items th a.asc
 
36
{
 
37
        background:url(up.gif) right center no-repeat;
 
38
        padding-right: 10px;
 
39
}
 
40
 
 
41
.grid-view table.items th a.desc
 
42
{
 
43
        background:url(down.gif) right center no-repeat;
 
44
        padding-right: 10px;
 
45
}
 
46
 
 
47
.grid-view table.items tr.even
 
48
{
 
49
        background: #F8FBFC;
 
50
}
 
51
 
 
52
.grid-view table.items tr.odd
 
53
{
 
54
        background: #E5F1F4;
 
55
}
 
56
 
 
57
.grid-view table.items tr.selected
 
58
{
 
59
        background: #BCE774;
 
60
}
 
61
 
 
62
.grid-view table.items tr:hover
 
63
{
 
64
        background: #ECFBD4;
 
65
}
 
66
 
 
67
.grid-view .link-column img
 
68
{
 
69
        border: 0;
 
70
}
 
71
 
 
72
.grid-view .button-column
 
73
{
 
74
        text-align: center;
 
75
        width: 60px;
 
76
}
 
77
 
 
78
.grid-view .button-column img
 
79
{
 
80
        border: 0;
 
81
}
 
82
 
 
83
.grid-view .checkbox-column
 
84
{
 
85
        width: 15px;
 
86
}
 
87
 
 
88
.grid-view .summary
 
89
{
 
90
        margin: 0 0 5px 0;
 
91
        text-align: right;
 
92
}
 
93
 
 
94
.grid-view .pager
 
95
{
 
96
        margin: 5px 0 0 0;
 
97
        text-align: right;
 
98
}
 
99
 
 
100
.grid-view .empty
 
101
{
 
102
        font-style: italic;
 
103
}
 
 
b'\\ No newline at end of file'