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

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.2 KiB

View file

@ -1,41 +0,0 @@
.leaflet-control-pan-up,
.leaflet-control-pan-down,
.leaflet-control-pan-left,
.leaflet-control-pan-right {
background-image: image-url("img/map_sprite.png");
position: absolute;
background-repeat: no-repeat;
cursor: hand;
cursor: pointer;
}
.leaflet-control-pan-up {
left: 10px;
width: 25px;
height: 13px;
background-position: -15px -5px;
}
.leaflet-control-pan-down {
left: 10px;
top: 36px;
width: 25px;
height: 15px;
background-position: -15px -40px;
}
.leaflet-control-pan-left {
left: 0px;
top: 13px;
width: 25px;
height: 24px;
background-position: -5px -17px;
}
.leaflet-control-pan-right {
left: 25px;
top: 13px;
width: 25px;
height: 24px;
background-position: -30px -17px;
}

View file

@ -1,46 +0,0 @@
.leaflet-control-zoomslider-in,
.leaflet-control-zoomslider-out,
.leaflet-control-zoomslider-slider,
.leaflet-control-zoomslider-slider-knob {
background-image: image-url("img/map_sprite.png");
position: absolute;
background-repeat: no-repeat;
cursor: hand;
cursor: pointer;
}
.leaflet-control-zoomslider-in {
top: 50px;
width: 26px;
height: 20px;
left: 10px;
background-position: -15px -61px;
}
.leaflet-control-zoomslider-out {
top: 202px;
width: 26px;
height: 20px;
left: 10px;
background-position: -15px -220px;
}
.leaflet-control-zoomslider-slider {
top: 70px;
width: 26px;
height: 132px;
left: 10px;
background-position: -15px -84px;
}
.leaflet-control-zoomslider-slider-knob {
top: 0px;
width: 25px;
height: 10px;
-webkit-transition: top 100ms linear;
-moz-transition: top 100ms linear;
-o-transition: top 100ms linear;
background-position: -77px -58px;
pointer: move;
cursor: move;
}