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:
nfreear 2006-05-30 11:24:42 +00:00
parent 2a0824b4a3
commit ef4c53696b

View File

@ -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 {