xinyb
2024-06-15 fdd73a906963f31abb59d81c10cc163eab47404a
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
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
body
{
    font: normal 12px arial, tahoma, helvetica, sans-serif;
    margin:0;
    padding:20px;
}
.simpleTree
{
    
    margin:0;
    padding:0;
    /*
    width: 250px;
    height:350px;
    overflow:auto;
    border: 1px solid #444444;
    */
}
.simpleTree li
{
    list-style: none;
    margin:0px;
    padding:0 0 0 34px;
    line-height: 14px;
    white-space: nowrap;
    
}
.simpleTree li span
{
    display:inline;
    display:inline-block\9;
    padding-left:2px\9;
    margin-left:2px;
    line-height: 14px;
    clear: left;
    white-space: nowrap;
    margin-top:0px;
}
.simpleTree ul
{
    margin:0; 
    padding:0;
}
.simpleTree .root
{
    margin-left:-16px;
    /** hq delete css**/
}
.simpleTree .line
{
    margin:0 0 0 -19px;/**hq update old 16px**/
    padding:0;
    line-height: 3px;
    height:3px;
    font-size:3px;
    background: url(/images/treeImg/line_bg.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-last
{
    margin:0 0 0 -19px;/**hq update old 16px**/
    padding:0;
    line-height: 3px;
    height:3px;
    font-size:3px;
    background: url(/images/treeImg/spacer.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over
{
    margin:0 0 0 -19px;/**hq update old 16px**/
    padding:0;
    line-height: 3px;
    height:3px;
    font-size:3px;
    background: url(/images/treeImg/line_bg_over.gif) 0 0 no-repeat transparent;
}
.simpleTree .line-over-last
{
    margin:0 0 0 -19px;/**hq update old 16px**/
    padding:0;
    line-height: 3px;
    height:3px;
    font-size:3px;
    background: url(/images/treeImg/line_bg_over_last.gif) 0 0 no-repeat transparent;
}
.simpleTree .folder-open
{
    margin-left:-16px;
    background: url(/images/treeImg/collapsable.gif) 0 3px no-repeat #fff;
}
.simpleTree .folder-open-last
{
    margin-left:-19px;/**hq update old 16px**/
    background: url(/images/treeImg/collapsable-last.gif) 0 2px no-repeat #fff;/*-2 update to 2*/
}
.simpleTree .folder-close
{
    margin-left:-16px;
    background: url(/images/treeImg/expandable.gif) 0 3px no-repeat #fff;
}
.simpleTree .folder-close-last
{
    margin-left:-19px;/**hq update old 16px**/
    background: url(/images/treeImg/expandable-last.gif) 0 2px no-repeat #fff;/*-2 update to 2*/
}
.simpleTree .doc
{
    margin-left:-19px;/**hq update old 16px**/
    background: url(/images/treeImg/leaf.gif) 0 1px no-repeat #fff;
}
.simpleTree .doc-last
{
    margin-left:-19px;/**hq update old 16px**/
    background: url(/images/treeImg/leaf-last.gif) 0 1px no-repeat #fff;
}
.simpleTree .ajax
{
    background: url(/images/treeImg/spinner.gif) no-repeat 0 0 #ffffff;
    height: 16px;
    display:none;
}
.simpleTree .ajax li
{
    display:none;
    margin:0; 
    padding:0;
}
.simpleTree .trigger
{
    display:inline;
    margin-left:-32px;
    width: 28px;
    height: 11px;
    cursor:pointer;
}
.simpleTree .treetext
{
    cursor: default;
}
.simpleTree .active
{
    margin-top:-1px\9;
    cursor: default;
    background-color:#F7BE77;
    padding:1px 3px;
    border: 1px dashed #444;
    line-height: 14px;
}
#drag_container
{
    background:#ffffff;
    color:#000;
    font: normal 11px arial, tahoma, helvetica, sans-serif;
    border: 1px dashed #767676;
    z-index: 9;
}
#drag_container ul
{
    list-style: none;
    padding:0;
    margin:0;
}
 
#drag_container li
{
    list-style: none;
    background-color:#ffffff;
    line-height:18px;
    white-space: nowrap;
    padding:1px 1px 0px 16px;
    margin:0;
}
#wrapper {  
    width:300px;  
    height: 1300px;  
    position: relative;  
    z-index: 1;  
    overflow: auto;   
}  
#scroller {  
    height: 1600px;  
     z-index: 1;
    position:relative;  
    overflow: hidden;     
#drag_container li span
{
    padding:0;
}
 
#drag_container li.doc, #drag_container li.doc-last
{
    background: url(/images/treeImg/leaf.gif) no-repeat -17px 0 #ffffff;
}
#drag_container .folder-close, #drag_container .folder-close-last
{
    background: url(/images/treeImg/expandable.gif) no-repeat -17px 0 #ffffff;
}
 
#drag_container .folder-open, #drag_container .folder-open-last
{
    background: url(//images/treeImg/collapsable.gif) no-repeat -17px 0 #ffffff;
}
.contextMenu
{
    display:none;
}