diff options
author | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:28:18 +0000 |
---|---|---|
committer | Dries Buytaert <dries@buytaert.net> | 2008-04-25 18:28:18 +0000 |
commit | 67939add5f877cf4d5b0789f4d4d27a334d98ec8 (patch) | |
tree | 783458725a9c2c2ac7d42f63184903f2ed39584b /modules | |
parent | a7f12c0326f4c6808fa84fc8b0f57536fdc0002e (diff) | |
download | brdo-67939add5f877cf4d5b0789f4d4d27a334d98ec8.tar.gz brdo-67939add5f877cf4d5b0789f4d4d27a334d98ec8.tar.bz2 |
- Patch #234785 by Rowanw: made the 'more help' link work with RTL languages.
Diffstat (limited to 'modules')
-rw-r--r-- | modules/system/system-rtl.css | 4 | ||||
-rw-r--r-- | modules/system/system.css | 5 |
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 */ |