Merge branch 'm29_MDL-48317' of https://github.com/totara/moodle

This commit is contained in:
Dan Poltawski 2014-12-01 17:30:27 +00:00
commit 50944630bd
4 changed files with 35 additions and 10 deletions

View file

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