Some minor changes towards MDL-8048 ... much more to do

This commit is contained in:
moodler 2007-01-03 08:17:56 +00:00
parent 30011361e7
commit fa19c325a9
2 changed files with 259 additions and 0 deletions

View file

@ -281,6 +281,10 @@ form.popupform {
overflow:hidden;
}
.groupmanagementtable td {
vertical-align: top;
}
/*Accessibility: text 'seen' by screen readers but not visual users. Fixed for RTL languages, example Farsi. */
.accesshide {
position:absolute;