Add tick marks so that Contao will rewrite the paths.

This commit is contained in:
David Molineus
2014-12-29 18:15:11 +01:00
parent c72de8aff0
commit 10080f5551

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;
}
}