2 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
7 /* first or middle sibling, no children */
10 width:18px; height:22px;
11 background: url
(sprite-orig
.gif
) 0 -5600px no-repeat
;
14 /* first or middle sibling, collapsable */
16 width:18px; height:22px;
18 background: url
(sprite-orig
.gif
) 0 -4000px no-repeat
;
21 /* first or middle sibling, collapsable, hover */
23 width:18px; height:22px;
25 background: url
(sprite-orig
.gif
) 0 -4800px no-repeat
;
28 /* first or middle sibling, expandable */
30 width:18px; height:22px;
32 background: url
(sprite-orig
.gif
) 0 -6400px no-repeat
;
35 /* first or middle sibling, expandable, hover */
37 width:18px; height:22px;
39 background: url
(sprite-orig
.gif
) 0 -7200px no-repeat
;
42 /* last sibling, no children */
44 width:18px; height:22px;
45 background: url
(sprite-orig
.gif
) 0 -1600px no-repeat
;
48 /* Last sibling, collapsable */
50 width:18px; height:22px;
52 background: url
(sprite-orig
.gif
) 0 0px no-repeat
;
55 /* Last sibling, collapsable, hover */
57 width:18px; height:22px;
59 background: url
(sprite-orig
.gif
) 0 -800px no-repeat
;
62 /* Last sibling, expandable */
64 width:18px; height:22px;
66 background: url
(sprite-orig
.gif
) 0 -2400px no-repeat
;
69 /* Last sibling, expandable, hover */
71 width:18px; height:22px; cursor:pointer
;
72 background: url
(sprite-orig
.gif
) 0 -3200px no-repeat
;
77 width:18px; height:22px;
78 background: url
(treeview-loading
.gif
) 0 0 no-repeat
;
81 /* the style for the empty cells that are used for rendering the depth
84 width:18px; height:22px;
85 background: url
(sprite-orig
.gif
) 0 -8000px no-repeat
;
88 .ygtvblankdepthcell { width:18px; height:22px; }
90 /* the style of the div around each node */
94 margin-bottom:0; border:none
;
98 border:none
;padding:0;
101 /* the style of the div around each node's collection of children */
103 * html
.ygtvchildren
{ height:2%; }
105 /* the style of the text label in ygTextNode */
106 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
108 text-decoration: none
;
109 background-color: white
; /* workaround for IE font smoothing bug */
112 .ygtvspacer { height: 22px; width: 12px; }