client/css: fix clipped input text
This commit is contained in:
parent
58134ae2c6
commit
c34b1e3ccf
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue