From 67939add5f877cf4d5b0789f4d4d27a334d98ec8 Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Fri, 25 Apr 2008 18:28:18 +0000 Subject: - Patch #234785 by Rowanw: made the 'more help' link work with RTL languages. --- modules/system/system-rtl.css | 4 ++++ modules/system/system.css | 5 ++--- 2 files changed, 6 insertions(+), 3 deletions(-) (limited to 'modules') 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 */ -- cgit v1.2.3