summaryrefslogtreecommitdiff
path: root/lib/dijit/themes/soria/Tree_rtl.css
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
committerAndrew Dolgov <[email protected]>2011-11-08 20:40:44 +0400
commit81bea17aefb26859f825b9293c7c99192874806e (patch)
treefb244408ca271affa2899adb634788802c9a89d8 /lib/dijit/themes/soria/Tree_rtl.css
parent870a70e109ac9e80a88047044530de53d0404ec7 (diff)
upgrade Dojo to 1.6.1
Diffstat (limited to 'lib/dijit/themes/soria/Tree_rtl.css')
-rw-r--r--lib/dijit/themes/soria/Tree_rtl.css12
1 files changed, 8 insertions, 4 deletions
diff --git a/lib/dijit/themes/soria/Tree_rtl.css b/lib/dijit/themes/soria/Tree_rtl.css
index 41dd308b4..44daf3aa8 100644
--- a/lib/dijit/themes/soria/Tree_rtl.css
+++ b/lib/dijit/themes/soria/Tree_rtl.css
@@ -1,18 +1,22 @@
+/* Tree */
.dijitRtl .soria .dijitTreeNode,
.dijitRtl .soria .dijitTreeExpandoLeaf {
-
+ /* disable grid lines for Tree in RTL mode, too hard to support */
background-image: none;
}
+
.dijitRtl .soria .dijitTreeContent {
- padding-left: 0px;
+ padding-left: 0;
padding-right: 1px;
}
+
.dijitRtl .soria .dijitTreeExpandoOpened {
-
+ /* todo: icon contains grid line but grid lines disabled above */
background: url('images/spriteTree_rtl.gif') no-repeat -18px top;
}
+
.dijitRtl .soria .dijitTreeExpandoClosed {
-
+ /* todo: icon contains grid line but grid lines disabled above */
background-image: url('images/spriteTree_rtl.gif');
}