client/css: fix clipped input text

This commit is contained in:
rr- 2016-05-09 20:24:08 +02:00
parent 58134ae2c6
commit c34b1e3ccf

View file

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