From: Tom Hughes Date: Sat, 27 Apr 2013 10:23:58 +0000 (+0100) Subject: Increase whitespace between comments in the note popup X-Git-Tag: live~5046 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/e2b364d002054455f9f6575264d6f465bf3ed29d Increase whitespace between comments in the note popup --- diff --git a/app/assets/stylesheets/common.css.scss b/app/assets/stylesheets/common.css.scss index 3e239f9d4..900fb9f6a 100644 --- a/app/assets/stylesheets/common.css.scss +++ b/app/assets/stylesheets/common.css.scss @@ -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;