Skip to content

Commit

Permalink
MDL-41362 theme_bootstrapbase: Alignment of User Selector controls
Browse files Browse the repository at this point in the history
  • Loading branch information
FMCorz committed Jan 13, 2014
1 parent e92da00 commit 4025ac2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion theme/bootstrapbase/less/moodle/buttons.less
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 4025ac2

Please sign in to comment.