48 lines
844 B
CSS
48 lines
844 B
CSS
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
.acSelection {
|
|
display: none;
|
|
margin-top: 2em;
|
|
}
|
|
|
|
.acSelectionInfo {
|
|
background-color: #d9d9d9;
|
|
padding: .5em 1em;
|
|
}
|
|
|
|
|
|
/* jQuery UI autocomplete */
|
|
ul.ui-autocomplete {
|
|
font-size: .95em;
|
|
}
|
|
|
|
li.ui-menu-item a.ui-corner-all {
|
|
text-align: left;
|
|
padding-left: .25em;
|
|
}
|
|
|
|
/* 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;
|
|
}
|
|
|
|
.verifyMatch {
|
|
margin-left: .5em;
|
|
}
|
|
|
|
#content form h4 {
|
|
margin-top: 1em;
|
|
margin-bottom: .75em;
|
|
}
|
|
|