From db6464ed61efb2f5163dbd1bd909448815f415fe Mon Sep 17 00:00:00 2001 From: Faldrian Date: Wed, 28 Jan 2015 14:19:29 +0100 Subject: [PATCH] Fixed moderation-button-position when viewing reshare --- .../stylesheets/single-post-view.css.scss | 12 +++++++++++- .../single-post-content_tpl.jst.hbs | 17 +++++++++++------ 2 files changed, 22 insertions(+), 7 deletions(-) diff --git a/app/assets/stylesheets/single-post-view.css.scss b/app/assets/stylesheets/single-post-view.css.scss index 61792c806..d03a1b2cb 100644 --- a/app/assets/stylesheets/single-post-view.css.scss +++ b/app/assets/stylesheets/single-post-view.css.scss @@ -41,9 +41,19 @@ margin-left: 8px; margin-right: 8px; } + .post-context { + font-size: 12px; + + #single-post-moderation { + margin-left: 5px; + + > div.info { + display: inline-block; + } + } + } .post-time a { color: $text-grey; - display: block; font-size: 12px; } .avatar { diff --git a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs index 8a4dacb4a..53e1ddcae 100644 --- a/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs +++ b/app/assets/templates/single-post-viewer/single-post-content_tpl.jst.hbs @@ -58,7 +58,9 @@ {{/if}}
-
+ {{#unless root}} +
+ {{/unless}}
{{#unless root}} @@ -79,11 +81,14 @@ {{name}} {{/linkToAuthor}} - - - - +
+ + + + + +