From: sam_marshall Date: Tue, 8 Jan 2008 17:30:50 +0000 (+0000) Subject: MDL-12876 Moved accesshide text further off the screen as it was sometimes visible X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=40a94e4374f129fe71a87cf02e8715bade9339f7;p=moodle.git MDL-12876 Moved accesshide text further off the screen as it was sometimes visible --- diff --git a/theme/standard/styles_layout.css b/theme/standard/styles_layout.css index b020f9c1dd..4a76efdf95 100644 --- a/theme/standard/styles_layout.css +++ b/theme/standard/styles_layout.css @@ -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;