client/css: align controls in horizontal forms
This commit is contained in:
parent
c92c7b722f
commit
334ff8edcd
1 changed files with 3 additions and 2 deletions
|
@ -149,6 +149,7 @@ 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%
|
||||||
padding: 0.3em
|
padding: 0.3em
|
||||||
text-overflow: ellipsis
|
text-overflow: ellipsis
|
||||||
width: 100%
|
width: 100%
|
||||||
|
@ -189,7 +190,7 @@ input[type=submit]
|
||||||
font-size: 100%
|
font-size: 100%
|
||||||
line-height: 100%
|
line-height: 100%
|
||||||
padding: 0.3em 0.7em
|
padding: 0.3em 0.7em
|
||||||
border: 1px 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
|
||||||
|
|
||||||
|
@ -200,7 +201,7 @@ input[type=submit]
|
||||||
color: $button-disabled-text-color
|
color: $button-disabled-text-color
|
||||||
|
|
||||||
&:focus
|
&:focus
|
||||||
outline: 2px solid $text-color
|
border: 2px solid $text-color
|
||||||
|
|
||||||
select:-moz-focusring
|
select:-moz-focusring
|
||||||
text-shadow: 0
|
text-shadow: 0
|
||||||
|
|
Loading…
Reference in a new issue