CSS fixes for custom forms

This commit is contained in:
rjy7 2010-09-15 20:20:47 +00:00
parent a83ebecc36
commit 62761c9542
3 changed files with 27 additions and 21 deletions

View file

@ -1,25 +1,6 @@
/* $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;
}
@import url("autocomplete.css");
/* 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. */