NIHVIVO-1023 Change position history custom form to use autocomplete rather than select list for related organization
This commit is contained in:
parent
03fd89842f
commit
56856f0704
8 changed files with 167 additions and 227 deletions
26
productMods/edit/forms/css/customFormWithAutocomplete.css
Normal file
26
productMods/edit/forms/css/customFormWithAutocomplete.css
Normal file
|
@ -0,0 +1,26 @@
|
|||
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
||||
|
||||
/* Although Javascript hides these on page load, hide here as well to avoid the flash on page load.
|
||||
This needs to be removed to support a non-JS version of the form. */
|
||||
.fullViewOnly,
|
||||
#submit,
|
||||
.or,
|
||||
#requiredLegend {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#content form p.inline label {
|
||||
display: inline;
|
||||
clear: none;
|
||||
float: none;
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.acSelection {
|
||||
margin-top: 2em;
|
||||
}
|
||||
|
||||
.verifyMatch {
|
||||
margin-left: .5em;
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue