MDL-12876 Moved accesshide text further off the screen as it was sometimes visible

This commit is contained in:
sam_marshall 2008-01-08 17:30:50 +00:00
parent 2f2b289fe2
commit 40a94e4374

View 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;