buttons height and position to label

This commit is contained in:
Silke Pisulla 2017-03-08 11:28:56 +01:00
commit 437798b617
2 changed files with 6 additions and 0 deletions

View file

@ -632,11 +632,16 @@ button[type=submit],
} }
button[type='reset'] { button[type='reset'] {
min-height: 2rem;
vertical-align: middle;
padding: .3em 1rem; padding: .3em 1rem;
} }
input[type=submit], input[type=submit],
button[type=submit] { button[type=submit] {
min-height: 2rem;
vertical-align: middle;
&[disabled] { &[disabled] {
cursor: default; cursor: default;

View file

@ -5,6 +5,7 @@
div.editbutton_table form div.no { div.editbutton_table form div.no {
button, button,
input.button { input.button {
min-height: 1rem;
margin-top: 0; margin-top: 0;
font-size: @font-size-very-small; font-size: @font-size-very-small;
} }