SASS: Changed padding of input, textacrea, select
* At membership list, the layout was slightly broken by the top-padding * of an input-element after a div with a float:left.
This commit is contained in:
parent
8cdcb10c69
commit
de105bea70
3 changed files with 6 additions and 3 deletions
|
@ -56,7 +56,8 @@ input, textarea, select {
|
|||
border: 1px solid #D7D7D7;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 0.9em;
|
||||
padding: .2em; }
|
||||
padding-left: .2em;
|
||||
padding-right: .2em; }
|
||||
|
||||
input:focus, textarea:focus, select:focus {
|
||||
border-color: #000; }
|
||||
|
|
|
@ -56,7 +56,8 @@ input, textarea, select {
|
|||
border: 1px solid #D7D7D7;
|
||||
font-family: verdana, arial, helvetica, sans-serif;
|
||||
font-size: 0.9em;
|
||||
padding: .2em; }
|
||||
padding-left: .2em;
|
||||
padding-right: .2em; }
|
||||
|
||||
input:focus, textarea:focus, select:focus {
|
||||
border-color: #000; }
|
||||
|
|
|
@ -66,7 +66,8 @@ input, textarea, select
|
|||
border: 1px solid #D7D7D7
|
||||
font-family: verdana, arial, helvetica, sans-serif
|
||||
font-size: 0.9em
|
||||
padding: .2em
|
||||
padding-left: .2em
|
||||
padding-right: .2em
|
||||
|
||||
input:focus, textarea:focus, select:focus
|
||||
border-color: #000
|
||||
|
|
Loading…
Reference in a new issue