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]
|
input[type=password]
|
||||||
font-family: 'Droid Sans', sans-serif
|
font-family: 'Droid Sans', sans-serif
|
||||||
font-size: 100%
|
font-size: 100%
|
||||||
line-height: 100%
|
line-height: 150%
|
||||||
padding: 0.3em
|
padding: 0 0.3em
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
width: 100%
|
width: 100%
|
||||||
box-sizing: border-box
|
box-sizing: border-box
|
||||||
|
@ -192,8 +192,8 @@ input[type=button],
|
||||||
input[type=submit]
|
input[type=submit]
|
||||||
cursor: pointer
|
cursor: pointer
|
||||||
font-size: 100%
|
font-size: 100%
|
||||||
line-height: 100%
|
line-height: 150%
|
||||||
padding: 0.3em 0.7em
|
padding: 0 0.7em
|
||||||
border: 2px solid $button-enabled-background-color
|
border: 2px solid $button-enabled-background-color
|
||||||
background: $button-enabled-background-color
|
background: $button-enabled-background-color
|
||||||
color: $button-enabled-text-color
|
color: $button-enabled-text-color
|
||||||
|
|
Loading…
Reference in a new issue