mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Merge branch 'm29_MDL-48317' of https://github.com/totara/moodle
This commit is contained in:
commit
50944630bd
4 changed files with 35 additions and 10 deletions
|
@ -64,3 +64,16 @@
|
|||
.dir-rtl .userprofile dl dt {float:right; width:110px; margin-left:10px;}
|
||||
.dir-rtl .userprofile dl dd {margin-right: 120px;}
|
||||
#page-my-index.dir-rtl .block h3 { text-align: right;}
|
||||
|
||||
#groupeditform .groups,
|
||||
#groupeditform .members {
|
||||
width: 49%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
|
||||
.dir-rtl #groupeditform .groups,
|
||||
.dir-rtl #groupeditform .members {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
|
@ -211,3 +211,18 @@
|
|||
margin: 0 0.5em 0 0;
|
||||
}
|
||||
}
|
||||
#groupeditform {
|
||||
.groups,
|
||||
.members {
|
||||
width: 49%;
|
||||
float: left;
|
||||
text-align: left;
|
||||
}
|
||||
}
|
||||
.dir-rtl #groupeditform {
|
||||
.groups,
|
||||
.members {
|
||||
float: right;
|
||||
text-align: right;
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue