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