~horux-dev/horux-webcli/thfo

« back to all changes in this revision

Viewing changes to assets/ced5d61/gridview/styles.css

  • Committer: Thierry Forchelet
  • Date: 2011-02-25 13:30:15 UTC
  • Revision ID: thierry.forchelet@letux.ch-20110225133015-zxyj9w7sqv8ly971
Initial commit

Show diffs side-by-side

added added

removed removed

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