]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/tundra/Tree.css.commented.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / tundra / Tree.css.commented.css
1
2 /* Tree */
3
4 .tundra .dijitTreeNode {
5     background-image : url('images/i.gif');
6     background-position : top left;
7     background-repeat : repeat-y;
8     margin-left: 19px;
9     zoom: 1;    /* MOW: what the heck is this doing in here? */
10 }
11
12 /* left vertical line (grid) for all nodes */
13 .tundra .dijitTreeIsLast {
14     background: url('images/i_half.gif') no-repeat;
15 }
16
17 .tundra .dijitTreeIsRoot {
18     margin-left: 0;
19     background-image: none;
20 }
21
22 .tundra .dijitTreeExpando {
23     width: 18px;
24     height: 18px;
25 }
26
27 .tundra .dijitTreeContent {
28     min-height: 18px;
29     min-width: 18px;
30     margin-left:18px;
31     padding-top:3px;
32     padding-left:1px;
33 }
34
35
36 .tundra .dijitTreeExpand {
37     width: 18px;
38     height: 18px;
39     background-repeat : no-repeat;
40 }
41
42 /* same style as IE selection */
43 .tundra .dijitTreeNodeEmphasized {
44     background-color: Highlight;
45     color: HighlightText;
46 }
47
48 /* don't use :focus due to opera and IE's lack of support on div's */
49 .tundra .dijitTreeLabelFocused {
50         outline: 1px invert dotted;
51         background:#dde7f2;
52 }
53
54 .tundra .dijitTreeExpandoOpened {
55         background-image: url('images/treeExpand_minus.gif');
56 }
57
58 .tundra .dijitTreeExpandoClosed {
59         background-image: url('images/treeExpand_plus.gif');
60 }
61
62 .tundra .dijitTreeExpandoLeaf {
63         background-image: url('images/treeExpand_leaf.gif');
64 }
65
66 .tundra .dijitTreeExpandoLoading {
67         background-image: url('images/treeExpand_loading.gif');
68 }
69
70 .tundra .dijitTreeIcon {
71         width: 16px;
72         height: 16px;
73         padding-right: 4px;
74 }
75
76 .tundra .dijitFolderOpened {
77         background: url('images/folderOpened.gif') no-repeat;
78 }
79
80 .tundra .dijitFolderClosed {
81         background: url('images/folderClosed.gif') no-repeat;
82 }
83
84 .tundra .dijitLeaf {
85         background: url('images/leaf.gif') no-repeat;
86 }