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:
Frederic Massart 2014-04-15 10:58:59 +08:00
parent c16911b50f
commit ea96ccb2e4
2 changed files with 8 additions and 1 deletions

View file

@ -67,6 +67,13 @@
.userlist table.controls .right { .userlist table.controls .right {
text-align: right; text-align: right;
} }
.userlist table.controls .groupselector {
margin-bottom: 0;
margin-top: 0;
}
.userlist table.controls .groupselector label {
display: block;
}
.userinfobox { .userinfobox {
width: 100%; width: 100%;
border: 1px solid; border: 1px solid;

File diff suppressed because one or more lines are too long