buttons height and position to label
This commit is contained in:
parent
1b58f9adae
commit
437798b617
2 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue