You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
620 B
22 lines
620 B
/* Tree */ |
|
|
|
.dijitRtl .nihilo .dijitTreeNode, |
|
.dijitRtl .nihilo .dijitTreeExpandoLeaf { |
|
/* disable grid lines for Tree in RTL mode, too hard to support */ |
|
background-image: none; |
|
} |
|
|
|
.dijitRtl .nihilo .dijitTreeContent { |
|
padding-left: 0; |
|
padding-right: 1px; |
|
} |
|
|
|
.dijitRtl .nihilo .dijitTreeExpandoOpened { |
|
/* todo: icon contains grid line but grid lines disabled above */ |
|
background: url('images/spriteTree_rtl.gif') no-repeat -18px top; |
|
} |
|
|
|
.dijitRtl .nihilo .dijitTreeExpandoClosed { |
|
/* todo: icon contains grid line but grid lines disabled above */ |
|
background-image: url('images/spriteTree_rtl.gif'); |
|
}
|
|
|