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