2011-11-08 17:40:44 +01:00
|
|
|
/* Tree */
|
2010-11-15 08:39:52 +01:00
|
|
|
|
|
|
|
.tundra .dijitTreeNodeRtl,
|
|
|
|
.tundra .dijitTreeNodeRtl .dijitTreeExpandoLeaf {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* disable grid lines 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
|
|
|
.tundra .dijitTreeNodeRtl .dijitTreeExpandoOpened {
|
2011-11-08 17:40:44 +01:00
|
|
|
/* todo: get rid of transparent space in icon files,
|
|
|
|
and just use background-placement (or margin maybe) to get desired alignment */
|
2010-11-15 08:39:52 +01:00
|
|
|
background-image: url('images/treeExpand_minus_rtl.gif');
|
|
|
|
}
|
2011-11-08 17:40:44 +01:00
|
|
|
|
2010-11-15 08:39:52 +01:00
|
|
|
.tundra .dijitTreeNodeRtl .dijitTreeExpandoClosed {
|
|
|
|
background-image: url('images/treeExpand_plus_rtl.gif');
|
|
|
|
}
|