mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-41362 theme_bootstrapbase: Alignment of User Selector controls
This commit is contained in:
parent
12efa52762
commit
70a0ae96aa
2 changed files with 9 additions and 2 deletions
|
@ -34,13 +34,20 @@ p.arrow_button {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#addcontrols {
|
#addcontrols {
|
||||||
margin-top: 5em;
|
// The margin top is equal the combination of the line-height and margin of a <p>,
|
||||||
|
// because the visual parent is a <p>.
|
||||||
|
margin-top: @baseLineHeight + (@baseLineHeight / 2);
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-bottom: 3em;
|
margin-bottom: 3em;
|
||||||
|
label {
|
||||||
|
display: inline;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
#addcontrols input,
|
#addcontrols input,
|
||||||
#removecontrols input {
|
#removecontrols input {
|
||||||
.btn-block;
|
.btn-block;
|
||||||
|
margin-right: auto;
|
||||||
|
margin-left: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
button,
|
button,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue