-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathGrid.css
More file actions
73 lines (58 loc) · 1.23 KB
/
Grid.css
File metadata and controls
73 lines (58 loc) · 1.23 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
.tablestyle
{
font-family:Georgia;
font-size: small;
border: solid 1px #7f7f7f;
}
.altrowstyle
{
background-color: #FFFFFF;
}
.headerstyle th
{
background: url(Images/sprite.png) repeat-x 0px 0px;
border-color: #989898 #cbcbcb #989898 #989898;
border-style: solid solid solid none;
border-width: 1px 1px 1px medium;
color: #000;
padding: 4px 5px 4px 10px;
vertical-align: bottom;
}
.headerstyle th a
{
font-weight: normal;
text-decoration: none;
text-align: center;
color: #000;
display: block;
padding-right: 10px;
}
.rowstyle .sortaltrow, .altrowstyle .sortaltrow
{
background-color: #edf5ff;
}
.rowstyle .sortrow, .altrowstyle .sortrow
{
background-color: #dbeaff;
}
.rowstyle td, .altrowstyle td
{
padding: 4px 10px 4px 10px;
border-right: solid 1px #cbcbcb;
}
.headerstyle .sortascheader
{
background: url(Images/sprite.png) repeat-x 0px -100px;
}
.headerstyle .sortascheader a
{
background: url(Images/dt-arrow-up.png) no-repeat right 50%;
}
.headerstyle .sortdescheader
{
background: url(Images/sprite.png) repeat-x 0px -100px;
}
.headerstyle .sortdescheader a
{
background: url(Images/dt-arrow-dn.png) no-repeat right 50%;
}