Move non-vendor leaflet assets into app

This commit is contained in:
John Firebaugh 2012-11-04 13:04:34 -07:00
parent 8435b1bf60
commit cc7753896c
3 changed files with 2 additions and 2 deletions

View file

Before

Width:  |  Height:  |  Size: 8.2 KiB

After

Width:  |  Height:  |  Size: 8.2 KiB

Before After
Before After

View file

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

View file

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