Move non-vendor leaflet assets into app
This commit is contained in:
parent
8435b1bf60
commit
cc7753896c
3 changed files with 2 additions and 2 deletions
Before Width: | Height: | Size: 8.2 KiB After Width: | Height: | Size: 8.2 KiB |
|
@ -2,7 +2,7 @@
|
||||||
.leaflet-control-pan-down,
|
.leaflet-control-pan-down,
|
||||||
.leaflet-control-pan-left,
|
.leaflet-control-pan-left,
|
||||||
.leaflet-control-pan-right {
|
.leaflet-control-pan-right {
|
||||||
background-image: image-url("img/map_sprite.png");
|
background-image: image-url("map_sprite.png");
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: hand;
|
cursor: hand;
|
|
@ -2,7 +2,7 @@
|
||||||
.leaflet-control-zoomslider-out,
|
.leaflet-control-zoomslider-out,
|
||||||
.leaflet-control-zoomslider-slider,
|
.leaflet-control-zoomslider-slider,
|
||||||
.leaflet-control-zoomslider-slider-knob {
|
.leaflet-control-zoomslider-slider-knob {
|
||||||
background-image: image-url("img/map_sprite.png");
|
background-image: image-url("map_sprite.png");
|
||||||
position: absolute;
|
position: absolute;
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
cursor: hand;
|
cursor: hand;
|
Loading…
Add table
Add a link
Reference in a new issue