2010-07-06 22:48:04 +00:00
|
|
|
/* $This file is distributed under the terms of the license in /doc/license.txt$ */
|
|
|
|
|
|
|
|
.acSelection {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
2010-07-09 16:29:00 +00:00
|
|
|
.acSelectionInfo {
|
2010-07-06 22:48:04 +00:00
|
|
|
background-color: #d9d9d9;
|
|
|
|
padding: .5em 1em;
|
2010-07-14 19:44:45 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/* jQuery UI autocomplete */
|
|
|
|
ul.ui-autocomplete {
|
|
|
|
font-size: .95em;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.ui-menu-item a.ui-corner-all {
|
|
|
|
text-align: left;
|
|
|
|
padding-left: .25em;
|
2010-07-06 22:48:04 +00:00
|
|
|
}
|