]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Add anonymous comment warning to note popup
[rails.git] / app / assets / stylesheets / common.css.scss
index 5fe4ec97bfe183128617c0a6511f4d5a192da6e3..8c339189caa38c5b6b1b2c68042ff4dae42c71dd 100644 (file)
@@ -1642,9 +1642,36 @@ a.button.submit {
   }
 }
 
+/* Rules for the user notes list */
+
+.note_list {
+  tr.creator {
+    background-color: #eeeeee;
+  }
+
+  td {
+    padding: 3px;
+  }
+
+  p {
+    margin-bottom: 0px;
+  }
+}
+
 /* Rules for the notes interface */
 
 .note {
+  h2 {
+    margin-bottom: 10px;
+  }
+
+  .warning {
+    display: block;
+    background-color: #ff7070;
+    padding: 4px 6px;
+    margin-bottom: 10px;
+  }
+
   .comment_body {
     margin-top: 4px;
     margin-bottom: 4px;