Increased margin-bottom for select elements so it's consistent with input elements.
This commit is contained in:
parent
4b5cb9d38b
commit
0ec5f0a20e
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ form select{
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
-moz-border-radius: 5px;
|
-moz-border-radius: 5px;
|
||||||
-webkit-border-radius: 5px;
|
-webkit-border-radius: 5px;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0.8em;
|
||||||
margin-top: .7em;
|
margin-top: .7em;
|
||||||
margin-right: .5em;
|
margin-right: .5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue