]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Refactor notes code to work with recent site changes
[rails.git] / app / assets / stylesheets / common.css.scss
index bc5601113ac170ce21d12835aa9d7798311015f7..6ead2220a079949ffb0ee9fd6665df845a6c2e99 100644 (file)
@@ -424,6 +424,12 @@ body.site-export #tabnav a#exportanchor {
   padding: 5px;
 }
 
+#permalink a.disabled {
+  color: #ccc;
+  cursor: default;
+  text-decoration: none;
+}
+
 /* Rules for edit menu */
 
 .menuicon {
@@ -744,6 +750,23 @@ table.browse_details th {
   white-space: nowrap;
 }
 
+td.browse_comments {
+  padding: 0px;
+}
+
+td.browse_comments table {
+  border-collapse: collapse;
+}
+
+td.browse_comments table td {
+  padding-bottom: 10px;
+}
+
+td.browse_comments table td span.by {
+  font-size: small;
+  color: #999999;
+}
+
 #browse_map {
   width: 250px;
 }