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 { .leaflet-control-geocoder-icon {
width: 26px; width: 26px;
height: 26px; height: 26px;
background-image: url(images/geocoder.png); background-image: url('images/geocoder.png');
background-repeat: no-repeat; background-repeat: no-repeat;
background-position: center; background-position: center;
float: right; float: right;
@@ -50,7 +50,7 @@
} }
.leaflet-control-geocoder-throbber .leaflet-control-geocoder-icon { .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 { .leaflet-control-geocoder-expanded input, .leaflet-control-geocoder-error {