]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12876 Moved accesshide text further off the screen as it was sometimes visible
authorsam_marshall <sam_marshall>
Tue, 8 Jan 2008 17:30:50 +0000 (17:30 +0000)
committersam_marshall <sam_marshall>
Tue, 8 Jan 2008 17:30:50 +0000 (17:30 +0000)
theme/standard/styles_layout.css

index b020f9c1dd42edf5fa94b5def88f2fd3de71341b..4a76efdf952cb135f6279d13d8e13febc7591543 100644 (file)
@@ -459,7 +459,7 @@ img.iconkbhelp {
 /*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */
 .accesshide {
   position:absolute;
-  top:-1000px;
+  top:-100000px;
   left:10px;
   font-weight:normal;
   font-size:1em;