]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Disable buttons while form submission is in progress
[rails.git] / app / assets / stylesheets / common.css.scss
index bc5601113ac170ce21d12835aa9d7798311015f7..d41dd5481bb7df4e6c9d0443da576f74e75eead8 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;
 }
@@ -1242,3 +1265,14 @@ abbr.geo {
     }
   }
 }
+
+/* Rules for the notes interface */
+
+.note {
+  width: 300px;
+
+  .buttons {
+    margin-top: 5px;
+    text-align: right;
+  }
+}