NIHVIVO-725 Publication form html, css, and javascript

This commit is contained in:
rjy7 2010-07-08 20:40:58 +00:00
parent a66e3b2d89
commit fb19508325
4 changed files with 64 additions and 22 deletions

View file

@ -1 +1,17 @@
/* $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;
}