mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
Fix bug 5628 (Farsi RTL language), modify '.accesshide' style so top is large negative, not left. Merged from STABLE branch.
This commit is contained in:
parent
2a0824b4a3
commit
ef4c53696b
@ -253,10 +253,13 @@ form.popupform {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
/*Accessibility: text 'seen' by screen readers but not visual users. */
|
||||
/*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */
|
||||
.accesshide {
|
||||
position:absolute;
|
||||
left:-10000px;
|
||||
top:-1000px;
|
||||
left:10px;
|
||||
font-weight:normal;
|
||||
font-size:1em;
|
||||
}
|
||||
span.hide,
|
||||
div.hide {
|
||||
|
Loading…
x
Reference in New Issue
Block a user