From dd2847f53872ae5070d3b9074ad79a6e56999daa Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> Date: Mon, 30 Sep 2013 09:50:30 +0300 Subject: [PATCH] Few UI fixes for notes --- app/assets/stylesheets/sections/notes.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index bae1ac3aa9a..94b9ca3b181 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -135,11 +135,15 @@ ul.notes { background-color: $white; border-width: 1px 0; padding-top: 0; + + li { + padding: 5px; + } } } .reply-btn { - margin-top: 8px; + margin: 5px; } } -- 2.30.9