]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/leaflet-all.css.scss
Remove max-width restriction on note warning
[rails.git] / app / assets / stylesheets / leaflet-all.css.scss
index 3d9c381c0960392644b5434536431ea877360a6b..f09b895315d0130156c957d0dc63168792d03643 100644 (file)
@@ -6,14 +6,6 @@
  */
 
 /* Override to serve images through the asset pipeline. */
-.leaflet-control-zoom-in {
-  background-image: image-url("images/zoom-in.png");
-}
-
-.leaflet-control-zoom-out {
-  background-image: image-url("images/zoom-out.png");
-}
-
 .leaflet-control-layers-toggle {
   background-image: image-url("images/layers.png");
 }
@@ -42,3 +34,21 @@ div.leaflet-marker-icon.location-filter.move-marker {
 .user_popup p {
   margin: 0px 2px 0px 55px !important;
 }
+
+.site .leaflet-container a {
+  color: #00f;
+}
+
+.site .leaflet-popup p {
+  margin: 0 0 20px 0;
+}
+
+.leaflet-control-attribution #permalinkanchor {
+  background: image-url("sprite.png") 0 -45px no-repeat;
+  padding-left:20px;
+}
+
+.site .leaflet-control-attribution {
+  box-shadow: none;
+  font-size: inherit;
+}