From e5f4c7883fc6373da2681cac4bd0ea614566a4bc Mon Sep 17 00:00:00 2001 From: Dmitriy Zaporozhets Date: Thu, 5 Dec 2013 11:55:07 +0200 Subject: [PATCH] Fix comment form UI Signed-off-by: Dmitriy Zaporozhets --- app/assets/stylesheets/sections/notes.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/assets/stylesheets/sections/notes.scss b/app/assets/stylesheets/sections/notes.scss index f0254c81dda..ac0caa30040 100644 --- a/app/assets/stylesheets/sections/notes.scss +++ b/app/assets/stylesheets/sections/notes.scss @@ -278,7 +278,7 @@ ul.notes { > a { position: absolute; right: 5px; - top: 116px; + bottom: -60px; } .note_preview { background: #f5f5f5; @@ -311,10 +311,8 @@ ul.notes { .common-note-form { margin: 0; - height: 140px; background: #F9F9F9; padding: 3px; - padding-bottom: 25px; border: 1px solid #DDD; } -- GitLab