]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Improve styling of the per-user notes list view
[rails.git] / app / assets / stylesheets / common.css.scss
index 5fe4ec97bfe183128617c0a6511f4d5a192da6e3..0d12b758f5c2e304d6c735e05e59c14b6d6eca69 100644 (file)
@@ -1642,6 +1642,22 @@ 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 {