2011-11-08 17:40:44 +01:00
|
|
|
/* Tree */
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.dijitRtl .soria .dijitTreeNode,
|
|
|
|
.dijitRtl .soria .dijitTreeExpandoLeaf {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* disable grid lines for Tree in RTL mode, too hard to support */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-image: none;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dijitRtl .soria .dijitTreeContent {
|
2011-11-08 17:40:44 +01:00
|
|
|
padding-left: 0;
|
2010-11-15 08:39:52 +01:00
|
|
|
padding-right: 1px;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dijitRtl .soria .dijitTreeExpandoOpened {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* todo: icon contains grid line but grid lines disabled above */
|
2010-11-15 08:39:52 +01:00
|
|
|
background: url('images/spriteTree_rtl.gif') no-repeat -18px top;
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.dijitRtl .soria .dijitTreeExpandoClosed {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* todo: icon contains grid line but grid lines disabled above */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-image: url('images/spriteTree_rtl.gif');
|
|
|
|
}
|