2 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
8 /* the style of the div around each node */
9 .ygtvitem { border: 0px solid grey
; }
15 border:none
;padding:0;
18 /* first or middle sibling, no children */
20 width:1em; height:20px; background:none
23 /* first or middle sibling, collapsable */
25 width:1em; height:20px;
27 background: url
(sprite-menu
.gif
) -8px 2px no-repeat
;
30 /* first or middle sibling, collapsable, hover */
32 width:1em; height:20px;
34 background: url
(sprite-menu
.gif
) -8px -77px no-repeat
;
37 /* first or middle sibling, expandable */
39 width:1em; height:20px;
41 background: url
(sprite-menu
.gif
) -8px -315px no-repeat
;
44 /* first or middle sibling, expandable, hover */
46 width:1em; height:20px;
48 background: url
(sprite-menu
.gif
) -8px -395px no-repeat
;
51 /* last sibling, no children */
53 width:1em; height:20px; background:none
56 /* Last sibling, collapsable */
58 width:1em; height:20px;
60 background: url
(sprite-menu
.gif
) -8px 2px no-repeat
;
63 /* Last sibling, collapsable, hover */
65 width:1em; height:20px;
67 background: url
(sprite-menu
.gif
) -8px -77px no-repeat
;
70 /* Last sibling, expandable */
72 width:1em; height:20px;
74 background: url
(sprite-menu
.gif
) -8px -315px no-repeat
;
77 /* Last sibling, expandable, hover */
79 width:1em; height:20px; cursor:pointer
;
80 background: url
(sprite-menu
.gif
) -8px -395px no-repeat
;
85 width:1em; height:20px;
86 background: url
(treeview-loading
.gif
) 0 0 no-repeat
;
89 /* the style for the empty cells that are used for rendering the depth
91 .ygtvdepthcell { width:1em; height:20px; background:none
}
93 .ygtvblankdepthcell { width:1em; height:20px; }
96 /* the style of the div around each node's collection of children */
98 * html
.ygtvchildren
{ height:2%; }
100 /* the style of the text label in ygTextNode */
101 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
103 text-decoration: none
;
104 background-color: white
; /* workaround for IE font smoothing bug */
107 .ygtvspacer { height: 20px; width: 12px; width: 1em; }