]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Improve styling of notes popups
[rails.git] / app / assets / stylesheets / common.css.scss
index 6ead2220a079949ffb0ee9fd6665df845a6c2e99..d41dd5481bb7df4e6c9d0443da576f74e75eead8 100644 (file)
@@ -1265,3 +1265,14 @@ abbr.geo {
     }
   }
 }
+
+/* Rules for the notes interface */
+
+.note {
+  width: 300px;
+
+  .buttons {
+    margin-top: 5px;
+    text-align: right;
+  }
+}