MDL-41362 theme_bootstrapbase: Alignment of User Selector controls

This commit is contained in:
Frederic Massart 2014-01-13 18:35:52 +01:00
parent 12efa52762
commit 70a0ae96aa
2 changed files with 9 additions and 2 deletions

View file

@ -34,13 +34,20 @@ p.arrow_button {
}
}
#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;
margin-bottom: 3em;
label {
display: inline;
}
}
#addcontrols input,
#removecontrols input {
.btn-block;
margin-right: auto;
margin-left: auto;
}
button,

File diff suppressed because one or more lines are too long