Merge commit 'catalyst/MOODLE_19_STABLE' into mdl19-linuxchix
[moodle-linuxchix.git] / lib / yui / treeview / assets / treeview.css
blobb2686b6aad12d7e17521240c4e025f740ade66ab
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 */
7 /* first or middle sibling, no children */
9 .ygtvtn {
10 width:18px; height:22px;
11 background: url(sprite-orig.gif) 0 -5600px no-repeat;
14 /* first or middle sibling, collapsable */
15 .ygtvtm {
16 width:18px; height:22px;
17 cursor:pointer ;
18 background: url(sprite-orig.gif) 0 -4000px no-repeat;
21 /* first or middle sibling, collapsable, hover */
22 .ygtvtmh {
23 width:18px; height:22px;
24 cursor:pointer ;
25 background: url(sprite-orig.gif) 0 -4800px no-repeat;
28 /* first or middle sibling, expandable */
29 .ygtvtp {
30 width:18px; height:22px;
31 cursor:pointer ;
32 background: url(sprite-orig.gif) 0 -6400px no-repeat;
35 /* first or middle sibling, expandable, hover */
36 .ygtvtph {
37 width:18px; height:22px;
38 cursor:pointer ;
39 background: url(sprite-orig.gif) 0 -7200px no-repeat;
42 /* last sibling, no children */
43 .ygtvln {
44 width:18px; height:22px;
45 background: url(sprite-orig.gif) 0 -1600px no-repeat;
48 /* Last sibling, collapsable */
49 .ygtvlm {
50 width:18px; height:22px;
51 cursor:pointer ;
52 background: url(sprite-orig.gif) 0 0px no-repeat;
55 /* Last sibling, collapsable, hover */
56 .ygtvlmh {
57 width:18px; height:22px;
58 cursor:pointer ;
59 background: url(sprite-orig.gif) 0 -800px no-repeat;
62 /* Last sibling, expandable */
63 .ygtvlp {
64 width:18px; height:22px;
65 cursor:pointer ;
66 background: url(sprite-orig.gif) 0 -2400px no-repeat;
69 /* Last sibling, expandable, hover */
70 .ygtvlph {
71 width:18px; height:22px; cursor:pointer ;
72 background: url(sprite-orig.gif) 0 -3200px no-repeat;
75 /* Loading icon */
76 .ygtvloading {
77 width:18px; height:22px;
78 background: url(treeview-loading.gif) 0 0 no-repeat;
81 /* the style for the empty cells that are used for rendering the depth
82 * of the node */
83 .ygtvdepthcell {
84 width:18px; height:22px;
85 background: url(sprite-orig.gif) 0 -8000px no-repeat;
88 .ygtvblankdepthcell { width:18px; height:22px; }
90 /* the style of the div around each node */
91 .ygtvitem { }
93 .ygtvitem table {
94 margin-bottom:0; border:none;
97 .ygtvitem th td {
98 border:none;padding:0;
101 /* the style of the div around each node's collection of children */
102 .ygtvchildren { }
103 * html .ygtvchildren { height:2%; }
105 /* the style of the text label in ygTextNode */
106 .ygtvlabel, .ygtvlabel:link, .ygtvlabel:visited, .ygtvlabel:hover {
107 margin-left:2px;
108 text-decoration: none;
109 background-color: white; /* workaround for IE font smoothing bug */
112 .ygtvspacer { height: 22px; width: 12px; }