]> git.openstreetmap.org Git - rails.git/blobdiff - public/stylesheets/common.css
Allow the format to be selected for note API responses
[rails.git] / public / stylesheets / common.css
index 2a06085b33d7e747e9874838ff789a1070062c91..9b68bd03e28e03068c194de04187acfacf06fd8f 100644 (file)
@@ -651,6 +651,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;
 }
@@ -720,7 +737,7 @@ table.browse_details th {
 
 /* Rules for the new diary entry page */
 
-.diary_entry_new div#map {
+.diary_entry div#map {
   position: relative;
   width: 90%;
   height: 400px;