]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Changeset discussions
[rails.git] / app / assets / stylesheets / common.css.scss
index 961923979a0ae23d8fa104763f071ded09a4056a..0276b3e5588d24bcfd87f779d6361382482bda32 100644 (file)
@@ -1103,7 +1103,7 @@ header .search_form {
     font-size: 90%;
   }
 
-  .note-comments li {
+  .note-comments li, .changeset-comments li {
     margin: $lineheight/2 0;
 
     p {
@@ -1111,6 +1111,27 @@ header .search_form {
     }
   }
 
+  .comments-header {
+    float:left;
+  }
+
+  .subscribe-buttons {
+    float:left;
+    margin: 18px 10px 10px;
+    min-width: 80px;
+  }
+
+  .subscribe-buttons input {
+    font-size: 90%;
+    line-height: 15px;
+    min-height: 20px;
+  }
+
+  span.action-button:hover {
+    cursor:pointer;
+    text-decoration:underline;
+  }
+
   .note-description {
     overflow: hidden;
     margin: 0 0 10px 10px;