Improve typeahead

This commit is contained in:
Tom MacWright
2012-12-05 11:12:56 -05:00
parent 433dced53d
commit f381693f2b
3 changed files with 54 additions and 32 deletions
+5 -1
View File
@@ -240,15 +240,19 @@ input#geocode-location {
div.typeahead {
background:#fff;
padding:2px 4px;
width:148px;
border:1px solid #ccc;
}
div.typeahead a {
padding:1px 4px;
display:block;
}
div.typeahead a.active {
background:#DDE4FF;
}
.modal {
width:640px;
height:550px;