summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system-rtl.css3
-rw-r--r--modules/system/system.css4
2 files changed, 5 insertions, 2 deletions
diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css
index 6a523f47f..baa14e8a6 100644
--- a/modules/system/system-rtl.css
+++ b/modules/system/system-rtl.css
@@ -102,3 +102,6 @@ div.indentation {
padding: 0.42em 0.6em 0.42em 0;
float: right;
}
+div.tree-child, div.tree-child-last {
+ background-position: -65px center;
+}
diff --git a/modules/system/system.css b/modules/system/system.css
index 564f6f797..30e17aff7 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -52,10 +52,10 @@ div.indentation {
float: left; /* LTR */
}
div.tree-child {
- background: url(../../misc/tree.png) no-repeat 11px center;
+ background: url(../../misc/tree.png) no-repeat 11px center; /* LTR */
}
div.tree-child-last {
- background: url(../../misc/tree-bottom.png) no-repeat 11px center;
+ background: url(../../misc/tree-bottom.png) no-repeat 11px center; /* LTR */
}
div.tree-child-horizontal {
background: url(../../misc/tree.png) no-repeat -11px center;