From 869c8410822d9d9c16e135ceab9a268feb6031b4 Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Thu, 18 Aug 2016 09:07:03 +0200 Subject: [PATCH] Improve layout of cancel button in the comments sidebar --- apps/comments/css/comments.css | 4 ++++ apps/comments/js/commentstabview.js | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/apps/comments/css/comments.css b/apps/comments/css/comments.css index 81216a14a5..d33ce73544 100644 --- a/apps/comments/css/comments.css +++ b/apps/comments/css/comments.css @@ -43,6 +43,10 @@ background-position: left; } +#commentsTabView .newCommentForm .cancel { + margin-right: 6px; +} + #commentsTabView .comment { position: relative; z-index: 1; diff --git a/apps/comments/js/commentstabview.js b/apps/comments/js/commentstabview.js index 971b83f143..565f6a9929 100644 --- a/apps/comments/js/commentstabview.js +++ b/apps/comments/js/commentstabview.js @@ -35,7 +35,7 @@ ' ' + ' ' + '{{#if isEditMode}}' + - ' ' + + ' ' + '{{/if}}' + ' '+ ' ' +