MDL-51842 theme_bootstrapbase: Fix alignment of parallel buttons

This commit is contained in:
John Okely
2015-10-26 10:49:26 +08:00
parent 9382ac38d6
commit 0fc2bccd60
2 changed files with 7 additions and 1 deletions
@@ -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;
}
File diff suppressed because one or more lines are too long