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}}' + ' '+ ' ' +