Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / treeview / assets / treeview-menu.css
blobb5e55ce847f8a545e452ddc698926a7c44cffe2f
1 /*
2 Copyright (c) 2008, Yahoo! Inc. All rights reserved.
3 Code licensed under the BSD License:
4 http://developer.yahoo.net/yui/license.txt
5 version: 2.5.2
6 */
8 /* the style of the div around each node */
9 .ygtvitem { border: 0px solid grey; }
11 .ygtvitem table{
12 margin-bottom:0;
14 .ygtvitem td {
15 border:none;padding:0;
18 /* first or middle sibling, no children */
19 .ygtvtn {
20 width:1em; height:20px; background:none
23 /* first or middle sibling, collapsable */
24 .ygtvtm {
25 width:1em; height:20px;
26 cursor:pointer ;
27 background: url(sprite-menu.gif) -8px 2px no-repeat;
30 /* first or middle sibling, collapsable, hover */
31 .ygtvtmh {
32 width:1em; height:20px;
33 cursor:pointer ;
34 background: url(sprite-menu.gif) -8px -77px no-repeat;
37 /* first or middle sibling, expandable */
38 .ygtvtp {
39 width:1em; height:20px;
40 cursor:pointer ;
41 background: url(sprite-menu.gif) -8px -315px no-repeat;
44 /* first or middle sibling, expandable, hover */
45 .ygtvtph {
46 width:1em; height:20px;
47 cursor:pointer ;
48 background: url(sprite-menu.gif) -8px -395px no-repeat;
51 /* last sibling, no children */
52 .ygtvln {
53 width:1em; height:20px; background:none
56 /* Last sibling, collapsable */
57 .ygtvlm {
58 width:1em; height:20px;
59 cursor:pointer ;
60 background: url(sprite-menu.gif) -8px 2px no-repeat;
63 /* Last sibling, collapsable, hover */
64 .ygtvlmh {
65 width:1em; height:20px;
66 cursor:pointer ;
67 background: url(sprite-menu.gif) -8px -77px no-repeat;
70 /* Last sibling, expandable */
71 .ygtvlp {
72 width:1em; height:20px;
73 cursor:pointer ;
74 background: url(sprite-menu.gif) -8px -315px no-repeat;
77 /* Last sibling, expandable, hover */
78 .ygtvlph {
79 width:1em; height:20px; cursor:pointer ;
80 background: url(sprite-menu.gif) -8px -395px no-repeat;
83 /* Loading icon */
84 .ygtvloading {
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
90 * of the node */
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 */
97 .ygtvchildren { }
98 * html .ygtvchildren { height:2%; }
100 /* the style of the text label in ygTextNode */
101 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
102 margin-left:2px;
103 text-decoration: none;
104 background-color: white; /* workaround for IE font smoothing bug */
107 .ygtvspacer { height: 20px; width: 12px; width: 1em; }