NIHVIVO-646 Handle authorships with no linked author in add authors to publication form.

This commit is contained in:
rjy7 2010-07-05 20:57:37 +00:00
parent f4948022dd
commit 7ae1a931e4
4 changed files with 81 additions and 42 deletions

View file

@ -20,6 +20,10 @@
width: 15em;
}
#authorships a.authorLink.noAuthor {
width: auto;
}
#showAddForm span.or {
display: none;
}