NIHVIVO-646 more work on javascript for add authors to publication form

This commit is contained in:
rjy7 2010-06-22 22:12:33 +00:00
parent a07f574cbf
commit c885ae010f
4 changed files with 43 additions and 35 deletions

View file

@ -65,7 +65,7 @@ form a:hover.cancel,
}
#content form p.inline label {
width: 10em;
width: 13em;
margin-top: 0;
}
@ -81,3 +81,7 @@ form a:hover.cancel,
#selectedAuthor {
clear: left;
}
#content form p.submit {
margin-top: 3em;
}