mirror of
https://github.com/moodle/moodle.git
synced 2025-08-08 10:26:40 +02:00
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:
parent
c16911b50f
commit
ea96ccb2e4
2 changed files with 8 additions and 1 deletions
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue