]> git.pond.sub.org Git - eow/blob - static/dojo-release-1.1.1/dijit/themes/nihilo/Tree.css
Comment class stub
[eow] / static / dojo-release-1.1.1 / dijit / themes / nihilo / Tree.css
1
2 .nihilo .dijitTreeNode {
3     background : url('images/treeI.gif') no-repeat;
4     background-position : top left;
5     background-repeat : repeat-y;
6     margin-left: 19px;
7     zoom: 1;    
8 }
9 .nihilo .dijitTreeIsLast {
10     background: url('images/treeI_half.gif') no-repeat;
11 }
12 .nihilo .dijitTreeLabel {
13         font-weight: normal;
14         margin-left: 3px;       
15 }
16 .nihilo .dijitTreeIsRoot {
17     margin-left: 0;
18     background-image: none;
19 }
20 .nihilo .dijitTreeExpando {
21     width: 18px;
22     height: 18px;
23 }
24 .nihilo .dijitTreeContent {
25     min-height: 18px;
26     min-width: 18px;
27     margin-left:18px;
28     padding-top:3px;
29     padding-left:1px;
30 }
31 .nihilo .dijitTreeExpand {
32     width: 18px;
33     height: 18px;
34     background-repeat : no-repeat;
35 }
36 .nihilo .dijitTreeNodeEmphasized {
37     background-color: Highlight;
38     color: HighlightText;
39 }
40 .nihilo .dijitTreeLabelFocused {
41         outline: 1px invert dotted;
42         background:#dde7f2;
43 }
44 .nihilo .dijitTreeExpandoOpened {
45         background: url('images/spriteTree.gif') no-repeat -18px top;
46 }
47 .nihilo .dijitTreeExpandoClosed {
48         background-image: url('images/spriteTree.gif');
49 }
50 .nihilo .dijitTreeExpandoLeaf {
51         background: url('images/spriteTree.gif') no-repeat -36px top;
52 }
53 .nihilo .dijitTreeExpandoLoading {
54         background-image: url('images/treeExpand_loading.gif');
55 }
56 .nihilo .dijitTreeIcon {
57         width: 16px;
58         height: 16px;
59 }
60 .nihilo .dijitFolderOpened {
61         background: url('images/spriteDivIcons.gif') no-repeat -16px top;
62 }
63 .nihilo .dijitFolderClosed {
64         background: url('images/spriteDivIcons.gif') no-repeat top left;
65 }
66 .nihilo .dijitLeaf {
67         background: url('images/spriteDivIcons.gif') no-repeat -32px top;
68 }