TreeGrid_wev8.css
1.71 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
.ux-maximgb-treegrid-breadcrumbs
{
color: #15428B;
border-bottom: 1px solid #D0D0D0;
font: normal 11px arial, tahoma, helvetica, sans-serif;
-moz-outline: none;
-moz-user-focus: normal;
line-height: 15px;
padding: 4px 3px 4px 6px;
}
.ux-maximgb-treegrid-brditem
{
color: #15428B;
}
.ux-maximgb-treegrid-uiwrap
{
float: left;
position: relative;
height: 18px;
white-space: nowrap;
overflow: hidden;
}
.ux-maximgb-treegrid-elbow-empty
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
}
.ux-maximgb-treegrid-elbow-line
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-line_wev8.gif) repeat-x;
}
.ux-maximgb-treegrid-elbow
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow_wev8.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-end
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-end_wev8.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-active
{
cursor: pointer;
}
.ux-maximgb-treegrid-elbow-minus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-minus_wev8.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-end-minus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-end-minus_wev8.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-plus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-plus_wev8.gif) no-repeat;
}
.ux-maximgb-treegrid-elbow-end-plus
{
position: absolute;
height: 18px;
width: 16px;
overflow: hidden;
background: url(../images/elbow-end-plus_wev8.gif) no-repeat;
}