Improvements to handling of required hints in customForm.js

This commit is contained in:
rjy7 2010-04-13 18:50:38 +00:00
parent a81c768bb6
commit b8ccb8d9ef
4 changed files with 39 additions and 28 deletions

View file

@ -23,6 +23,11 @@
display: none; /* Hide if Javascript disabled. Javascript will show. */
}
#content form .existing span.requiredHint,
#content form .new span.requiredHint {
display: none; /* Hide if Javascript disabled. Javascript will show. */
}
#content form .existing {
float: left;
clear: none;