summaryrefslogtreecommitdiff
path: root/modules/help
diff options
context:
space:
mode:
Diffstat (limited to 'modules/help')
-rw-r--r--modules/help/help-rtl.css11
-rw-r--r--modules/help/help.css6
2 files changed, 14 insertions, 3 deletions
diff --git a/modules/help/help-rtl.css b/modules/help/help-rtl.css
new file mode 100644
index 000000000..2b627613d
--- /dev/null
+++ b/modules/help/help-rtl.css
@@ -0,0 +1,11 @@
+/* $Id$ */
+
+.help-items {
+ float: right;
+ padding-right: inherit;
+ padding-left: 3%;
+}
+.help-items-last {
+ padding-right: inherit;
+ padding-left: 0;
+}
diff --git a/modules/help/help.css b/modules/help/help.css
index 3536167f0..c8062be75 100644
--- a/modules/help/help.css
+++ b/modules/help/help.css
@@ -1,10 +1,10 @@
/* $Id$ */
.help-items {
- float: left;
+ float: left; /* LTR */
width: 22%;
- padding-right: 3%;
+ padding-right: 3%; /* LTR */
}
.help-items-last {
- padding-right: 0;
+ padding-right: 0; /* LTR */
}