From 40a94e4374f129fe71a87cf02e8715bade9339f7 Mon Sep 17 00:00:00 2001 From: sam_marshall Date: Tue, 8 Jan 2008 17:30:50 +0000 Subject: [PATCH] MDL-12876 Moved accesshide text further off the screen as it was sometimes visible --- theme/standard/styles_layout.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5