]> CyberLeo.Net >> Repos - Github/sugarcrm.git/blob - include/ytree/TreeView/css/forecasts/tree.css
Release 6.5.0
[Github/sugarcrm.git] / include / ytree / TreeView / css / forecasts / tree.css
1 /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
2
3 /* first or middle sibling, no children */
4 .ygtvtn { background: url(../../img/folders/tn.gif) 0 0 no-repeat; width:17px; height:22px; }
5
6 /* first or middle sibling, collapsable */
7 .ygtvtm { background: url(../../img/folders/tm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
8
9 /* first or middle sibling, collapsable, hover */
10 .ygtvtmh { background: url(../../img/folders/tmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
11
12 /* first or middle sibling, expandable */
13 .ygtvtp { background: url(../../img/folders/tp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
14
15 /* first or middle sibling, expandable, hover */
16 .ygtvtph { background: url(../../img/folders/tph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
17
18 /* last sibling, no children */
19 .ygtvln { background: url(../../img/folders/ln.gif) 0 0 no-repeat; width:17px; height:22px; }
20
21 /* Last sibling, collapsable */
22 .ygtvlm { background: url(../../img/folders/lm.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
23
24 /* Last sibling, collapsable, hover */
25 .ygtvlmh { background: url(../../img/folders/lmh.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
26
27 /* Last sibling, expandable */
28 .ygtvlp { background: url(../../img/folders/lp.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
29
30 /* Last sibling, expandable, hover */
31 .ygtvlph { background: url(../../img/folders/lph.gif) 0 0 no-repeat; width:34px; height:22px; cursor:pointer }
32
33 /* Loading icon */
34 .ygtvloading { background: url(../../img/folders/loading.gif) 0 0 no-repeat; width:16px; height:22px; }
35
36 /* the style for the empty cells that are used for rendering the depth 
37  * of the node */
38 .ygtvdepthcell { background: url(../../img/folders/vline.gif) 0 0 no-repeat; width:17px; height:22px; }
39
40 .ygtvblankdepthcell { width:17px; height:22px; }
41
42 /* the style of the div around each node */
43 .ygtvitem { }  
44
45 /* the style of the div around each node's collection of children */
46 .ygtvchildren { }  
47 * html .ygtvchildren { height:1%; }  
48
49 /* the style of the text label in ygTextNode */
50 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover { 
51         margin-left:2px;
52         text-decoration: none;
53 }
54
55