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'] {
min-height: 2rem;
vertical-align: middle;
padding: .3em 1rem;
}
input[type=submit],
button[type=submit] {
min-height: 2rem;
vertical-align: middle;
&[disabled] {
cursor: default;

View file

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