]> git.mjollnir.org Git - moodle.git/commitdiff
Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negativ...
authornfreear <nfreear>
Tue, 30 May 2006 11:24:42 +0000 (11:24 +0000)
committernfreear <nfreear>
Tue, 30 May 2006 11:24:42 +0000 (11:24 +0000)
theme/standard/styles_layout.css

index 5ea0c15bc59ead1f69abb8124b487e001482521a..bc10bfd33ba76d08b6d0d00ebf0cc5f84a141e6b 100644 (file)
@@ -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 {