]> 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 bd812b7e3c9e9cdb339607dcdf243ebb60d95de4..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 {
@@ -652,9 +658,10 @@ body.site-export #tabnav a#exportanchor {
   margin-bottom: 5px;
 }
 
-/* rules for text content pages */
+/* Rules for text content pages */
+
 .wide-table {
-  width:100%;
+  width: 100%;
 }
 
 /* Rules for the home page */
@@ -743,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;
 }
@@ -991,24 +1015,25 @@ p#contributorGuidance {
 }
 
 /* Rules for message in/out box page */
+
 .messages {
-  width:100%;
-  border-collapse:collapse;
-  border-spacing:0;
-  border-width:0;
+  width: 100%;
+  border-collapse: collapse;
+  border-spacing: 0px;
+  border-width: 0px;
 }
 
 .messages tbody tr {
-  border-top:1px solid #ccc;
+  border-top: 1px solid #ccc;
 }
 
 .messages .inbox-row {
-  background:#eee;
+  background: #eee;
 }
 
 .messages tr td,
 .messages tr th {
-  padding:0 5px;
+  padding: 0px 5px;
 }
 
 .inbox-row .inbox-mark-read {
@@ -1016,21 +1041,21 @@ p#contributorGuidance {
 }
 
 .info-line {
-  border-bottom:1px solid #ccc;
-  padding:5px 0 4px 0;
+  border-bottom: 1px solid #ccc;
+  padding: 5px 0px 4px 0px;
 }
 
 .info-line form,
 .info-line form div {
-  display:inline;
+  display: inline;
 }
 
 .info-line .user_thumbnail_tiny {
-  vertical-align:middle;
+  vertical-align: middle;
 }
 
 .right {
-  float:right;
+  float: right;
 }
 
 .inbox-row-unread .inbox-mark-unread {