Skip to content

Commit

Permalink
Resets for a links in results; margin for error element
Browse files Browse the repository at this point in the history
  • Loading branch information
perliedman committed Jul 2, 2015
1 parent d9c0d99 commit 6caba9c
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Control.Geocoder.css
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
}
.leaflet-control-geocoder-error {
margin-top: 8px;
margin-left: 8px;
display: block;
color: #444;
}
Expand All @@ -71,6 +72,16 @@
border-bottom: 1px solid #ccc;
cursor: pointer;
}

.leaflet-control-geocoder-alternatives li a, .leaflet-control-geocoder-alternatives li a:hover {
width: inherit;
height: inherit;
line-height: inherit;
background: inherit;
border-radius: inherit;
text-align: left;
}

.leaflet-control-geocoder-alternatives li:last-child {
border-bottom: none;
}
Expand Down

0 comments on commit 6caba9c

Please sign in to comment.