GRAILS-1019: Allowing expressions to be used with the 'disabled' attribute for g...
[grails.git] / src / war / css / tree / menu / tree.css
blob1c5600aa27c3b6d77d907b9fabba963fbdb5421c
1 /* Copyright (c) 2006 Yahoo! Inc. All rights reserved. */
3 /* first or middle sibling, no children */
4 .ygtvtn { width:1em; height:20px; }
6 /* first or middle sibling, collapsable */
7 .ygtvtm { background: url(../../img/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
9 /* first or middle sibling, collapsable, hover */
10 .ygtvtmh { background: url(../../img/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
12 /* first or middle sibling, expandable */
13 .ygtvtp { background: url(../../img/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
15 /* first or middle sibling, expandable, hover */
16 .ygtvtph { background: url(../../img/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
18 /* last sibling, no children */
19 .ygtvln { width:1em; height:20px; }
21 /* Last sibling, collapsable */
22 .ygtvlm { background: url(../../img/menu/collapse.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
24 /* Last sibling, collapsable, hover */
25 .ygtvlmh { background: url(../../img/menu/collapseh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
27 /* Last sibling, expandable */
28 .ygtvlp { background: url(../../img/menu/expand.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
30 /* Last sibling, expandable, hover */
31 .ygtvlph { background: url(../../img/menu/expandh.gif) 0 6px no-repeat; width:1em; height:22px; cursor:pointer }
33 /* Loading icon */
34 .ygtvloading { background: url(../../img/menu/loading.gif) 0 6px no-repeat; width:1em; height:22px; }
36 /* the style for the empty cells that are used for rendering the depth
37 * of the node */
38 .ygtvdepthcell { width:1em; height:20px; }
40 .ygtvblankdepthcell { width:1em; height:20px; }
42 /* the style of the div around each node */
43 .ygtvitem { border: 0px solid grey; }
45 /* the style of the div around each node's collection of children */
46 .ygtvchildren { }
47 * html .ygtvchildren { height:1%; }
49 /* the style of the text label in ygTextNode */
50 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
52 margin-left:2px;
53 text-decoration: none;
55 font-size: 12px;