MDL-45076 theme_bootstrapbase: Select placement in participants page
Usually the group selector is aligned with the label, but as we want it to be consistent with the rest of the selects in the participants page we need an override. Conflicts: theme/bootstrapbase/style/moodle.css
This commit is contained in:
@@ -67,6 +67,13 @@
|
||||
.userlist table.controls .right {
|
||||
text-align: right;
|
||||
}
|
||||
.userlist table.controls .groupselector {
|
||||
margin-bottom: 0;
|
||||
margin-top: 0;
|
||||
}
|
||||
.userlist table.controls .groupselector label {
|
||||
display: block;
|
||||
}
|
||||
.userinfobox {
|
||||
width: 100%;
|
||||
border: 1px solid;
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user