root / trunk / web / dojo / dijit / themes / soria / Tree.css
History | View | Annotate | Download (1.8 KB)
1 |
|
---|---|
2 |
.soria .dijitTreeNode { |
3 |
background : url('images/treeI.gif') no-repeat; |
4 |
background-position : top left; |
5 |
background-repeat : repeat-y; |
6 |
zoom: 1; |
7 |
} |
8 |
.soria .dijitTreeRowHover { |
9 |
|
10 |
background-image: url(images/treeHover.png); |
11 |
background-repeat: repeat; |
12 |
background-color: transparent !important; |
13 |
} |
14 |
.soria .dijitTreeIsLast { |
15 |
background: url('images/treeI_half.gif') no-repeat; |
16 |
} |
17 |
.soria .dijitTreeLabel { |
18 |
font-weight: normal; |
19 |
margin-left: 3px; |
20 |
} |
21 |
.soria .dijitTreeIsRoot { |
22 |
margin-left: 0; |
23 |
background-image: none; |
24 |
} |
25 |
.soria .dijitTreeExpando { |
26 |
width: 18px; |
27 |
height: 18px; |
28 |
} |
29 |
.soria .dijitTreeRow { |
30 |
|
31 |
padding-bottom: 2px; |
32 |
} |
33 |
.soria .dijitTreeContent { |
34 |
min-height: 18px; |
35 |
min-width: 18px; |
36 |
padding-left:1px; |
37 |
} |
38 |
.soria .dijitTreeRowSelected .dijitTreeLabel{ |
39 |
background:#b8cbec; |
40 |
} |
41 |
.soria .dijitTreeExpandoOpened { |
42 |
background: url('images/spriteTree.gif') no-repeat -18px top; |
43 |
} |
44 |
.soria .dijitTreeExpandoClosed { |
45 |
background-image: url('images/spriteTree.gif'); |
46 |
} |
47 |
.soria .dijitTreeExpandoLeaf { |
48 |
background: url('images/spriteTree.gif') no-repeat -36px top; |
49 |
} |
50 |
.soria .dijitTreeExpandoLoading { |
51 |
background-image: url('images/treeExpand_loading.gif'); |
52 |
} |
53 |
.soria .dijitTreeIcon { |
54 |
width: 16px; |
55 |
height: 16px; |
56 |
} |
57 |
.soria .dijitFolderOpened { |
58 |
background: url('images/spriteDivIcons.gif') no-repeat -16px top; |
59 |
} |
60 |
.soria .dijitFolderClosed { |
61 |
background: url('images/spriteDivIcons.gif') no-repeat top left; |
62 |
} |
63 |
.soria .dijitLeaf { |
64 |
background: url('images/spriteDivIcons.gif') no-repeat -32px top; |
65 |
} |
66 |
.soria .dijitTreeNode .dojoDndItemBefore, |
67 |
.soria .dijitTreeNode .dojoDndItemAfter { |
68 |
border-bottom: none; |
69 |
border-top: none; |
70 |
} |
71 |
.soria .dijitTreeNode .dojoDndItemBefore .dijitTreeContent { |
72 |
|
73 |
border-top: 2px solid #369; |
74 |
} |
75 |
.soria .dijitTreeNode .dojoDndItemAfter .dijitTreeContent { |
76 |
|
77 |
border-bottom: 2px solid #369; |
78 |
} |