NIHVIVO-1023 Change position history custom form to use autocomplete rather than select list for related organization

This commit is contained in:
rjy7 2010-09-01 21:06:17 +00:00
parent 03fd89842f
commit 56856f0704
8 changed files with 167 additions and 227 deletions

View 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;
}