]> git.openstreetmap.org Git - rails.git/blob - app/assets/stylesheets/leaflet-all.css.scss
dd84f6cff46dac7ec22e5e0cec1d0e0de96f5acd
[rails.git] / app / assets / stylesheets / leaflet-all.css.scss
1 /*
2  *= require leaflet
3  *= require leaflet.locationfilter
4  *= require map-ui
5  */
6
7 /* Override to serve images through the asset pipeline. */
8 .leaflet-control-layers-toggle {
9   background-image: image-url("images/layers.png");
10 }
11
12 div.leaflet-marker-icon.location-filter.resize-marker {
13   background-image: image-url("img/resize-handle.png");
14 }
15
16 div.leaflet-marker-icon.location-filter.move-marker {
17   background-image: image-url("img/move-handle.png");
18 }
19
20 /* Override to better match the pan/zoom control. */
21 .leaflet-control-layers {
22   box-shadow: 0px 0px 3px #666;
23   background: #fff;
24   border-radius: 3px;
25 }
26
27 /* Override some conflicting styles.
28    https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-10206946 */
29 .leaflet-popup-content img.user_thumbnail {
30   max-width: 50px !important;
31 }
32
33 .user_popup p {
34   margin: 0 !important;
35 }
36
37 .site .leaflet-container a {
38   color: #00f;
39 }
40
41 .site .leaflet-popup p {
42   margin: 0 0 20px 0;
43 }
44
45 .leaflet-control-attribution #permalinkanchor {
46   background: image-url("sprite.png") 0 -45px no-repeat;
47   padding-left:20px;
48 }
49
50 .site .leaflet-control-attribution {
51   box-shadow: none;
52   font-size: inherit;
53 }