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