2010-07-06 22:48:04 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
2010-07-08 20:40:58 +00:00
|
|
|
|
2010-09-15 20:20:47 +00:00
|
|
|
@import url("autocomplete.css");
|
2010-09-02 19:54:05 +00:00
|
|
|
|
2010-07-08 20:40:58 +00:00
|
|
|
/* 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. */
|
2010-07-14 17:42:01 +00:00
|
|
|
.fullViewOnly,
|
2010-07-08 20:40:58 +00:00
|
|
|
#submit,
|
|
|
|
.or,
|
|
|
|
#requiredLegend {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
#content form p.inline label {
|
|
|
|
display: inline;
|
|
|
|
clear: none;
|
|
|
|
float: none;
|
|
|
|
margin-right: 1em;
|
|
|
|
}
|
2010-07-12 20:23:50 +00:00
|
|
|
|
|
|
|
.verifyMatch {
|
|
|
|
margin-left: .5em;
|
|
|
|
}
|
2010-07-14 19:44:45 +00:00
|
|
|
|
2010-09-02 19:54:05 +00:00
|
|
|
#content form h4 {
|
|
|
|
margin-top: 1em;
|
|
|
|
margin-bottom: .75em;
|
|
|
|
}
|
|
|
|
|