NIHVIVO-646 Filter existing authors out of autocomplete query results in add authors to publication form

This commit is contained in:
rjy7 2010-06-22 20:49:30 +00:00
parent 1b75f01825
commit bd39967cc9
3 changed files with 51 additions and 47 deletions

View file

@ -9,11 +9,16 @@
margin-bottom: .75em;
}
#authors a.authorName {
#authors a.existingAuthor {
display: inline-block;
width: 15em;
}
/* These are only here for JavaScript to pick up. Don't display!! */
#authors span.existingAuthorUri {
display: none;
}
/* Hide elements not used in non-JS version of form */
#showAddForm,
a.remove,