]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/leaflet-all.scss
Drop redundant css extension from scss files
[rails.git] / app / assets / stylesheets / leaflet-all.scss
diff --git a/app/assets/stylesheets/leaflet-all.scss b/app/assets/stylesheets/leaflet-all.scss
new file mode 100644 (file)
index 0000000..10ad260
--- /dev/null
@@ -0,0 +1,27 @@
+/*
+ *= require leaflet
+ *= require leaflet.locationfilter
+ */
+
+/* Override to serve images through the asset pipeline. */
+div.leaflet-marker-icon.location-filter.resize-marker {
+  background-image: image-url("img/resize-handle.png");
+}
+
+div.leaflet-marker-icon.location-filter.move-marker {
+  background-image: image-url("img/move-handle.png");
+}
+
+/* Override some conflicting styles.
+   https://github.com/openstreetmap/openstreetmap-website/pull/121#issuecomment-10206946 */
+.leaflet-popup-content img.user_thumbnail {
+  max-width: 50px !important;
+}
+
+.user_popup p {
+  margin: 0 !important;
+}
+
+.site .leaflet-popup p {
+  margin: 0 0 20px 0;
+}