Skip to content

Commit

Permalink
MDL-51842 theme_bootstrapbase: Fix alignment of parallel buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
John Okely committed Oct 26, 2015
1 parent 9382ac3 commit 0fc2bcc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions theme/bootstrapbase/less/moodle/buttons.less
Expand Up @@ -69,6 +69,12 @@ input[type="button"],
input[type="submit"],
input[type="reset"] {
.btn;
}
button,
input.form-submit,
input[type="button"],
input[type="submit"],
input[type="reset"] {
.btn-lineup;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 0fc2bcc

Please sign in to comment.