client/css: fix button height

Regression from 797e5d4
This commit is contained in:
rr- 2016-08-01 21:21:58 +02:00
parent 51ea06d837
commit 3b800b9731
1 changed files with 2 additions and 3 deletions

View File

@ -143,7 +143,7 @@ input[type=password]
vertical-align: top
font-family: 'Droid Sans', sans-serif
font-size: 100%
padding: 0.25em 0.3em
padding: 0.2em 0.3em
text-overflow: ellipsis
width: 100%
box-sizing: border-box
@ -325,8 +325,7 @@ input[type=button],
input[type=submit]
cursor: pointer
font-size: 100%
line-height: 150%
padding: 0 0.7em
padding: 0.2em 0.7em
border: 2px solid $button-enabled-background-color
background: $button-enabled-background-color
color: $button-enabled-text-color