From ef4c53696b64d935aa97cf0e1d400b18bba856dd Mon Sep 17 00:00:00 2001 From: nfreear Date: Tue, 30 May 2006 11:24:42 +0000 Subject: [PATCH] Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negative, not left. Merged from STABLE branch. --- theme/standard/styles_layout.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index 5ea0c15bc5..bc10bfd33b 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -253,10 +253,13 @@ form.popupform { display: inline; } -/*Accessibility: text 'seen' by screen readers but not visual users. */ +/*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */ .accesshide { position:absolute; - left:-10000px; + top:-1000px; + left:10px; + font-weight:normal; + font-size:1em; } span.hide, div.hide { -- 2.39.5