]> git.openstreetmap.org Git - rails.git/blobdiff - app/assets/stylesheets/common.css.scss
Increase whitespace between comments in the note popup
[rails.git] / app / assets / stylesheets / common.css.scss
index 30905b96ca029a8fa1b8d6d1ae5d0a43dc46e662..900fb9f6a63feef5faaeeda3db4fc00a8ae5f79c 100644 (file)
@@ -939,6 +939,9 @@ ul.results-list li { border-bottom: 1px solid #ccc; }
     color: #ff7070;
     font-weight: bold;
   }
+  div {
+    clear: left;
+  }
   h4, p {
     margin-bottom: 5px;
   }
@@ -1641,12 +1644,13 @@ a.button.submit {
   .richtext_content {
     display: inline-block;
     vertical-align: top;
+    white-space: normal;
 
     .richtext_preview {
       display: inline-block;
       padding: 20px;
       background-color: #f4f4ff;
-      white-space: normal;
+      overflow-x: scroll;
 
       &.loading {
         background-image: image-url("loading.gif");
@@ -1724,6 +1728,10 @@ a.button.submit {
     margin-bottom: 10px;
   }
 
+  div {
+    margin-top: 10px;
+  }
+
   .warning {
     display: block;
     background-color: #ff7070;
@@ -1732,8 +1740,8 @@ a.button.submit {
   }
 
   .comment_body {
-    margin-top: 4px;
-    margin-bottom: 4px;
+    margin-top: 2px;
+    margin-bottom: 2px;
 
     p {
       margin-top: 0px;