NIHVIVO-646 JS changes

This commit is contained in:
rjy7 2010-06-29 22:08:28 +00:00
parent 37a85a5e97
commit 5ae7580002
3 changed files with 67 additions and 14 deletions

View file

@ -9,7 +9,6 @@
margin-bottom: .75em;
}
#authors a.existingAuthor {
display: inline-block;
width: 15em;
@ -20,14 +19,6 @@
display: none;
}
/* Hide elements not used in non-JS version of form */
#showAddForm,
a.remove,
a.undo,
#selectedAuthor {
display: none;
}
#showAddForm span.or {
display: none;
}
@ -93,3 +84,24 @@ form a:hover.cancel,
#content form p.submit {
margin-top: 3em;
}
a.undo,
#selectedAuthor {
display: none;
}
/* Hide elements not used in non-JS version of form */
/* rjy7 Currently not supporting non-JS version of this form. */
/*
#showAddForm,
a.remove,
a.undo,
#selectedAuthor {
display: none;
}
*/
/* These styles will need to be redone or removed to support a non-JS version of the form. */
form#addAuthorForm {
display: none;
}