add filter any/all dropdown

This commit is contained in:
Doug Bell 2010-10-04 18:13:32 -05:00
parent 07612d6456
commit 8c19cb9c99
2 changed files with 7 additions and 0 deletions

View file

@ -192,6 +192,11 @@ input.disabled {
height: 50px;
}
.searchForm p {
margin: 0;
padding: 0;
}
.autocomplete_value {
font-size: larger;
font-weight: bold;