3 *= require leaflet.locationfilter
5 *= require leaflet.zoom
8 /* Override to serve images through the asset pipeline. */
9 .leaflet-control-zoom-in {
10 background-image: image-url("images/zoom-in.png");
13 .leaflet-control-zoom-out {
14 background-image: image-url("images/zoom-out.png");
17 .leaflet-control-layers-toggle {
18 background-image: image-url("images/layers.png");
21 div.leaflet-marker-icon.location-filter.resize-marker {
22 background-image: image-url("img/resize-handle.png");
25 div.leaflet-marker-icon.location-filter.move-marker {
26 background-image: image-url("img/move-handle.png");
29 /* Override to better match the pan/zoom control. */
30 .leaflet-control-layers {
31 box-shadow: 0px 0px 3px #666;
36 /* Override some conflicting styles.
37 https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-10206946 */
38 .leaflet-popup-content img.user_thumbnail {
39 max-width: 50px !important;
43 margin: 0px 2px 0px 55px !important;