NIHVIVO-725 Initial work on addPublicationToAuthor custom form
This commit is contained in:
parent
0dd620d70c
commit
98543e75e0
9 changed files with 275 additions and 42 deletions
|
@ -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;
|
||||
}
|
||||
*/
|
||||
|
|
10
productMods/edit/forms/css/autocomplete.css
Normal file
10
productMods/edit/forms/css/autocomplete.css
Normal 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;
|
||||
}
|
|
@ -0,0 +1,5 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
#selectedResource {
|
||||
display:none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue