put back css
This commit is contained in:
parent
56e4aa8e69
commit
45d22f782e
1 changed files with 12 additions and 0 deletions
|
|
@ -25,6 +25,18 @@
|
||||||
<style>
|
<style>
|
||||||
body { margin:0; padding:0; }
|
body { margin:0; padding:0; }
|
||||||
#map { position:absolute; top:0; bottom:0; width:100%; }
|
#map { position:absolute; top:0; bottom:0; width:100%; }
|
||||||
|
.leaflet-control-layers-toggle {
|
||||||
|
background-image: url({{public_url}}images/layers.png{{&key_query}});
|
||||||
|
width: 36px;
|
||||||
|
height: 36px;
|
||||||
|
}
|
||||||
|
.leaflet-retina .leaflet-control-layers-toggle {
|
||||||
|
background-image: url({{public_url}}images/layers-2x.png{{&key_query}});
|
||||||
|
background-size: 26px 26px;
|
||||||
|
}
|
||||||
|
.leaflet-default-icon-path { /* used only in path-guessing heuristic, see L.Icon.Default */
|
||||||
|
background-image: url({{public_url}}images/marker-icon.png{{&key_query}});
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
{{/is_vector}}
|
{{/is_vector}}
|
||||||
</head>
|
</head>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue