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

@ -65,6 +65,8 @@ form.customForm p {
/*margin-bottom: 1em;*/
margin-top: 0;
padding-top: 0;
margin-bottom: 0;
padding-bottom: 0;
}
option {

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;

View file

@ -24,8 +24,6 @@ VIVO wilma theme: screen styles
@import url("transition/holdover-vivobasic/screen.css");
@import url("reset.css");
@import url("edit.css");
@import url("pictos.css");
/*@import url("formedit.css"); mb863 move the content of formedit.css to edit.css in vitro */
@import url("edit.css");
@import url("wilma.css");