From e2b364d002054455f9f6575264d6f465bf3ed29d Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Sat, 27 Apr 2013 11:23:58 +0100 Subject: [PATCH 1/1] Increase whitespace between comments in the note popup --- app/assets/stylesheets/common.css.scss | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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; -- 2.43.2