tweaked margin and padding of form elements so it's clearer which label is for which field
This commit is contained in:
parent
2c103c0144
commit
c6faf23314
2 changed files with 1 additions and 3 deletions
|
@ -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{
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue