]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/leaflet-all.css
Fix user popup styles
[rails.git] / app / assets / stylesheets / leaflet-all.css
index 15f427b77b3d25dfc876e55efe52589a5711763d..5270dd6b8357739e7877222fda36017e68aa151d 100644 (file)
   background: #fff;
   border-radius: 3px;
 }
+
+/* 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: 0px 2px 0px 55px !important;
+}