Fix geocode tooltip

This commit is contained in:
John Firebaugh
2013-02-12 21:11:16 -08:00
parent a25f2895d0
commit 9695a9cafa
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -841,7 +841,7 @@ a.selected:hover .toggle.icon { background-position: -40px -180px;}
width: 100%;
}
.geocode-control div {
.geocode-control div.content {
z-index: 100;
top: 190px;
max-height: 300px;
+1 -1
View File
@@ -62,7 +62,7 @@ iD.ui = function(context) {
about.append('div')
.attr('class', 'account')
.call(iD.ui.UserPanel(context));
.call(iD.ui.Account(context));
var linkList = about.append('ul')
.attr('id', 'about')