Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
841ec10
)
accessibility MDL-24163 Change to accesshide definition to avoid rare Safari/VoiceOve...
author
Sam Marshall
<s.marshall@open.ac.uk>
Mon, 11 Oct 2010 15:58:33 +0000
(15:58 +0000)
committer
Sam Marshall
<s.marshall@open.ac.uk>
Mon, 11 Oct 2010 15:58:33 +0000
(15:58 +0000)
theme/base/style/core.css
patch
|
blob
|
blame
|
history
diff --git
a/theme/base/style/core.css
b/theme/base/style/core.css
index
20770be
..
3f9bb47
100644
(file)
--- a/
theme/base/style/core.css
+++ b/
theme/base/style/core.css
@@
-105,7
+105,8
@@
form.popupform div {display: inline;}
* Accessibility features
*/
/*Accessibility: text 'seen' by screen readers but not visual users. */
-.accesshide {position:absolute;top:-100000px;left:10px;font-weight:normal;font-size:1em;}
+.accesshide {position:absolute;left:-10000px;font-weight:normal;font-size:1em;}
+.dir-rtl .accesshide {right:-10000px;left:auto;}
span.hide,
div.hide {display:none;}
.invisiblefieldset {display:inline;border-width:0;padding:0;margin:0;}