NIHVIVO-725 Initial work on addPublicationToAuthor custom form

This commit is contained in:
rjy7 2010-07-06 22:48:04 +00:00
parent 0dd620d70c
commit 98543e75e0
9 changed files with 275 additions and 42 deletions

View file

@ -94,19 +94,13 @@ form a:hover.cancel,
width: 10em;
}
#selectedAuthorName {
background-color: #d9d9d9;
padding: .5em 1em;
}
#content form p.submit {
margin-top: 3em;
}
/* Disabling undo links for the present. Add back later. */
/*
a.undo,
#selectedAuthor {
a.undo {
display: none;
}
*/
@ -116,8 +110,7 @@ a.undo,
/*
#showAddForm,
a.remove,
a.undo,
#selectedAuthor {
a.undo {
display: none;
}
*/

View file

@ -0,0 +1,10 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
.acSelection {
display: none;
}
.acSelectionName {
background-color: #d9d9d9;
padding: .5em 1em;
}

View file

@ -0,0 +1,5 @@
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
#selectedResource {
display:none;
}