From: nfreear Date: Tue, 30 May 2006 11:24:42 +0000 (+0000) Subject: Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negativ... X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=ef4c53696b64d935aa97cf0e1d400b18bba856dd;p=moodle.git Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negative, not left. Merged from STABLE branch. --- 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 {