]> git.openstreetmap.org Git - rails.git/commitdiff
Increase whitespace between comments in the note popup
authorTom Hughes <tom@compton.nu>
Sat, 27 Apr 2013 10:23:58 +0000 (11:23 +0100)
committerTom Hughes <tom@compton.nu>
Sat, 27 Apr 2013 10:23:58 +0000 (11:23 +0100)
app/assets/stylesheets/common.css.scss

index 3e239f9d49629915223cb088cf434f806e714b1d..900fb9f6a63feef5faaeeda3db4fc00a8ae5f79c 100644 (file)
@@ -1728,6 +1728,10 @@ a.button.submit {
     margin-bottom: 10px;
   }
 
+  div {
+    margin-top: 10px;
+  }
+
   .warning {
     display: block;
     background-color: #ff7070;
@@ -1736,8 +1740,8 @@ a.button.submit {
   }
 
   .comment_body {
-    margin-top: 4px;
-    margin-bottom: 4px;
+    margin-top: 2px;
+    margin-bottom: 2px;
 
     p {
       margin-top: 0px;