mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
Some minor changes towards MDL-8048 ... much more to do
This commit is contained in:
parent
30011361e7
commit
fa19c325a9
2 changed files with 259 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue