]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Link user names to their pages
[rails.git] / app / assets / stylesheets / common.css.scss
index 413133e456d533a1c5ee3d0437795f01a9990bf0..4c7012f2caa2204e946743fdbc998d32e68c5088 100644 (file)
@@ -474,6 +474,12 @@ body.site-export #tabnav a#exportanchor {
   left: 10px !important;
 }
 
+.leaflet-popup-scrolled {
+  padding-right: 20px;
+  border-bottom: 0px !important;
+  border-top: 0px !important;
+}
+
 /* Rules for edit menu */
 
 .menuicon {
@@ -1417,11 +1423,7 @@ abbr.geo {
 
 /* Rules for the notes interface */
 
-.note {
-  width: 300px;
-
-  .buttons {
-    margin-top: 5px;
-    text-align: right;
-  }
+.note .buttons {
+  margin-top: 5px;
+  text-align: right;
 }