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:
sandoz 2009-03-22 13:28:16 +01:00
parent 8cdcb10c69
commit de105bea70
3 changed files with 6 additions and 3 deletions

View file

@ -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; }

View file

@ -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; }

View file

@ -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