mirror of
https://github.com/moodle/moodle.git
synced 2025-04-15 13:33:52 +02:00
MDL-12876 Moved accesshide text further off the screen as it was sometimes visible
This commit is contained in:
parent
2f2b289fe2
commit
40a94e4374
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user