]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Don't try and add a note when the control is disabled
[rails.git] / app / assets / stylesheets / common.css.scss
index 53fa9ccf3798cd936a8cdd6072b40eb7d7317135..96856228c0b1b23acde7a14cf42853bc8a574469 100644 (file)
@@ -454,8 +454,8 @@ body.site-export #tabnav a#exportanchor {
   padding: 5px;
 }
 
-#permalink a.disabled {
-  color: #ccc;
+.leaflet-control-attribution a.disabled {
+  color: #99c9dc;
   cursor: default;
   text-decoration: none;
 }
@@ -1428,7 +1428,19 @@ abbr.geo {
 
 /* Rules for the notes interface */
 
-.note .buttons {
-  margin-top: 5px;
-  text-align: right;
+.note {
+  .comment_body {
+    margin-top: 4px;
+    margin-bottom: 4px;
+
+    p {
+      margin-top: 0px;
+      margin-bottom: 0px;
+    }
+  }
+
+  .buttons {
+    margin-top: 5px;
+    text-align: right;
+  }
 }