Update leaflet geocoder.

This commit is contained in:
David Molineus
2015-06-18 16:26:12 +02:00
parent b18d76f61e
commit 4ddb52925d
7 changed files with 43 additions and 9 deletions

View File

@@ -37,7 +37,7 @@
.leaflet-control-geocoder-icon {
width: 26px;
height: 26px;
background-image: url('images/geocoder.png');
background-image: url(images/geocoder.png);
background-repeat: no-repeat;
background-position: center;
float: right;
@@ -50,7 +50,7 @@
}
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon {
background-image: url('images/throbber.gif');
background-image: url(images/throbber.gif);
}
.leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {
@@ -137,4 +137,4 @@ ul.leaflet-control-geocoder-alternatives {
color: #666;
font-size: 12px;
font-weight: lighter;
}
}