From 93e2018f1a4a1bbc7228e022e9bc853535d8952e Mon Sep 17 00:00:00 2001 From: Victor Costa Date: Tue, 23 Dec 2014 10:05:14 -0300 Subject: [PATCH] comment_paragraph: fix comment header position --- plugins/comment_paragraph/public/style.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/plugins/comment_paragraph/public/style.css b/plugins/comment_paragraph/public/style.css index ecb3f1b..ef57322 100644 --- a/plugins/comment_paragraph/public/style.css +++ b/plugins/comment_paragraph/public/style.css @@ -78,6 +78,13 @@ div.article-comments-list-more{ border-radius: 10px; } +.side-comment .comment-header { + position: absolute; + width: 150px; + right: 0; + top: 0; +} + .side-comment .comment-created-at{display: none;} .side-comment #comment_title{display: none;} .side-comment .comment_title{display: none;} @@ -250,4 +257,4 @@ div[class^='comment-paragraph-loading-'] { position: relative; width: 80%; transition: 0.6s; -} \ No newline at end of file +} -- libgit2 0.21.2