2 Copyright (c) 2009, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
8 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
9 Code licensed under the BSD License:
10 http://developer.yahoo.net/yui/license.txt
14 /* the style of the div around each node */
18 margin-bottom:0; border:none;
23 border: none; padding: 0;
30 /* first or middle sibling, no children */
32 width:18px; height:22px;
33 background: url(treeview-sprite.gif) 0 -5600px no-repeat;
36 /* first or middle sibling, collapsable */
38 width:18px; height:22px;
40 background: url(treeview-sprite.gif) 0 -4000px no-repeat;
43 /* first or middle sibling, collapsable, hover */
45 width:18px; height:22px;
47 background: url(treeview-sprite.gif) 0 -4800px no-repeat;
50 /* first or middle sibling, expandable */
52 width:18px; height:22px;
54 background: url(treeview-sprite.gif) 0 -6400px no-repeat;
57 /* first or middle sibling, expandable, hover */
59 width:18px; height:22px;
61 background: url(treeview-sprite.gif) 0 -7200px no-repeat;
64 /* last sibling, no children */
66 width:18px; height:22px;
67 background: url(treeview-sprite.gif) 0 -1600px no-repeat;
70 /* Last sibling, collapsable */
72 width:18px; height:22px;
74 background: url(treeview-sprite.gif) 0 0px no-repeat;
77 /* Last sibling, collapsable, hover */
79 width:18px; height:22px;
81 background: url(treeview-sprite.gif) 0 -800px no-repeat;
84 /* Last sibling, expandable */
86 width:18px; height:22px;
88 background: url(treeview-sprite.gif) 0 -2400px no-repeat;
91 /* Last sibling, expandable, hover */
93 width:18px; height:22px; cursor:pointer ;
94 background: url(treeview-sprite.gif) 0 -3200px no-repeat;
99 width:18px; height:22px;
100 background: url(treeview-loading.gif) 0 0 no-repeat;
103 /* the style for the empty cells that are used for rendering the depth
106 width:18px; height:22px;
107 background: url(treeview-sprite.gif) 0 -8000px no-repeat;
110 .ygtvblankdepthcell { width:18px; height:22px; }
113 /* the style of the div around each node's collection of children */
115 * html .ygtvchildren { height:2%; }
117 /* the style of the text label in ygTextNode */
118 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
120 text-decoration: none;
121 background-color: white; /* workaround for IE font smoothing bug */
129 .ygtvspacer { height: 22px; width: 12px; }
132 background-color: #c0e0e0;
135 .ygtvfocus .ygtvlabel, .ygtvfocus .ygtvlabel:link, .ygtvfocus .ygtvlabel:visited, .ygtvfocus .ygtvlabel:hover {
136 background-color: #c0e0e0;
139 .ygtvfocus a , .ygtvrow td a {
145 width:18px; height:22px;
146 background: url(treeview-sprite.gif) 0 -8800px no-repeat;
150 background: url(treeview-sprite.gif) 0 -8844px no-repeat;
154 width:18px; height:22px;
155 background: url(treeview-sprite.gif) 0 -8822px no-repeat;
159 background: url(treeview-sprite.gif) 0 -8866px no-repeat;
163 background-color:#f2f2f2;
164 border: 1px solid silver;
172 .ygtv-edit-TextNode {
176 .ygtv-edit-TextNode .ygtvcancel, .ygtv-edit-TextNode .ygtvok {
180 .ygtv-edit-TextNode .ygtv-button-container {
184 .ygtv-edit-TextNode .ygtv-input input{
188 .ygtv-edit-DateNode .ygtvcancel {
191 .ygtv-edit-DateNode .ygtvok {
195 .ygtv-edit-DateNode .ygtv-button-container {