Merge branch 'MDL-51194' of git://github.com/lazydaisy/moodle

This commit is contained in:
Dan Poltawski 2015-09-08 13:27:37 +01:00
commit 7e0488ea54
3 changed files with 6 additions and 6 deletions

View File

@ -75,7 +75,3 @@ body {
@import "moodle/debug";
@import "moodle/expendable";
.enrol-users-page-action {
margin-left:-5px;
}

View File

@ -1239,6 +1239,10 @@ body.tag .managelink {
}
}
#page-enrol-users .enrol-users-page-action input {
margin-left: 0
}
/**
* Overide for RTL layout
**/

File diff suppressed because one or more lines are too long