summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/system/system-rtl.css4
-rw-r--r--modules/system/system.css5
2 files changed, 6 insertions, 3 deletions
diff --git a/modules/system/system-rtl.css b/modules/system/system-rtl.css
index d8d2d6219..8e4ad2165 100644
--- a/modules/system/system-rtl.css
+++ b/modules/system/system-rtl.css
@@ -22,6 +22,10 @@ thead th {
.more-help-link {
text-align: left;
}
+.more-help-link a {
+ padding: 1px 20px 1px 0;
+ background-position: 100% 50%;
+}
dl.multiselect dt, dl.multiselect dd {
float: right;
diff --git a/modules/system/system.css b/modules/system/system.css
index 4a2355586..ff77303d6 100644
--- a/modules/system/system.css
+++ b/modules/system/system.css
@@ -157,9 +157,8 @@ tr.merge-up, tr.merge-up td, tr.merge-up th {
text-align: right; /* LTR */
}
.more-help-link a {
- padding: 1px 0 1px 20px;
- background-image: url(../../misc/help.png);
- background-repeat: no-repeat;
+ padding: 1px 0 1px 20px; /* LTR */
+ background: url(../../misc/help.png) 0 50% no-repeat; /* LTR */
}
.more-link {
text-align: right; /* LTR */