NIHVIVO-1559: Done more work on this issue. I think it looks pretty good.

This commit is contained in:
mb863 2010-12-20 21:04:45 +00:00
parent 31edebf4a8
commit 25ee24c0ac
3 changed files with 11 additions and 5 deletions

View file

@ -33,7 +33,7 @@ input#submit:visited{
font-weight: normal;
line-height: 1;
margin-right: .6em;
margin-top: 1em;
margin-top: .5em;
}
input#delete,
input#delete:visited{
@ -194,9 +194,15 @@ p.submit {
}
.formsEdit p{
/*padding-top: 1em;*/
margin-bottom: 0;
margin-bottom: 1.8em;
padding-bottom: 0;
margin-top: .7em;
margin-top: 0;
}
.formsEdit p.validationError{
margin-bottom: 1.8em;
margin-top: 0;
padding-top: 0;
font-size: .8em;
}
form.deleteForm{
margin-top: 2em;