Taginfo autocomplete

This commit is contained in:
Tom MacWright
2012-12-04 10:58:55 -05:00
parent 9bf208abae
commit 772eb02552
4 changed files with 60 additions and 34 deletions
+11
View File
@@ -238,6 +238,17 @@ input#geocode-location {
cursor: pointer;
}
div.typeahead {
background:#fff;
padding:2px 4px;
width:148px;
border:1px solid #ccc;
}
div.typeahead a {
display:block;
}
.modal {
width:640px;
height:550px;