/* 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');
}
# |
Change |
User |
Description |
Committed |
|
#1
|
16170 |
perforce_software |
Move Chronicle files to follow new path scheme for branching. |
|
|
//guest/perforce_software/chronicle/collateral/dojo-debug/dijit/themes/nihilo/Tree_rtl.css |
#1
|
8972 |
Matt Attaway |
Initial add of the Chronicle source code |
|
|