From 8aa6d299546e1af0d66423246b5d8f81a366755a Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Mon, 1 Aug 2016 15:47:38 -0300 Subject: [PATCH] Small fixes in comment_paragraph layout --- src/plugins/comment_paragraph/allow-comment/allow-comment.scss | 2 +- src/plugins/comment_paragraph/hotspot/article-content/article-content.html | 6 +++--- src/plugins/comment_paragraph/hotspot/article-content/article-content.scss | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/src/plugins/comment_paragraph/allow-comment/allow-comment.scss b/src/plugins/comment_paragraph/allow-comment/allow-comment.scss index 6ce2abd..105f257 100644 --- a/src/plugins/comment_paragraph/allow-comment/allow-comment.scss +++ b/src/plugins/comment_paragraph/allow-comment/allow-comment.scss @@ -12,7 +12,7 @@ comment-paragraph-plugin-allow-comment { } } .paragraph-content { - width: 95%; + width: 94%; display: inline-block; } .paragraph-actions { diff --git a/src/plugins/comment_paragraph/hotspot/article-content/article-content.html b/src/plugins/comment_paragraph/hotspot/article-content/article-content.html index 0f53fda..115131e 100644 --- a/src/plugins/comment_paragraph/hotspot/article-content/article-content.html +++ b/src/plugins/comment_paragraph/hotspot/article-content/article-content.html @@ -1,7 +1,4 @@
-
- -
{{"comment-paragraph-plugin.discussion.notOpened.header" | translate:{date: (ctrl.article.start_date | dateFormat | amTimeAgo)} }} @@ -18,4 +15,7 @@ {{"comment-paragraph-plugin.discussion.closed.header" | translate:{date: (ctrl.article.end_date | dateFormat | amTimeAgo)} }}
+
+ +
diff --git a/src/plugins/comment_paragraph/hotspot/article-content/article-content.scss b/src/plugins/comment_paragraph/hotspot/article-content/article-content.scss index 4b04acc..39d0bf9 100644 --- a/src/plugins/comment_paragraph/hotspot/article-content/article-content.scss +++ b/src/plugins/comment_paragraph/hotspot/article-content/article-content.scss @@ -1,15 +1,15 @@ .discussion-header { - @extend .pull-right; + text-align: right; margin-bottom: 20px; .period { - @extend .pull-right; + display: inline-block; .description { font-weight: bold; color: #A2A2A2; } } .icon { - @extend .pull-right; + display: inline-block; margin-left: 8px; } } -- libgit2 0.21.2