tweaked margin and padding of form elements so it's clearer which label is for which field

This commit is contained in:
nac26 2010-12-20 13:41:34 +00:00
parent 2c103c0144
commit c6faf23314
2 changed files with 1 additions and 3 deletions

View file

@ -9,11 +9,10 @@ input[type="password"]{
border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
/*margin-bottom: 1em;*/
margin-bottom: 0.8em;
}
label{
margin-top: .5em;
margin-bottom: .5em;
}
input#submit,
input#submit:visited{

View file

@ -283,7 +283,6 @@ ul#main-nav {
width: 219px;
height: 24px;
margin-left: 38px;
margin-top: 7px;
background: #fff;
border: 1px solid #e0dfdf;
border-radius: 5px;