Fixed moderation-button-position when viewing reshare

This commit is contained in:
Faldrian 2015-01-28 14:19:29 +01:00
parent aaadf2926f
commit db6464ed61
2 changed files with 22 additions and 7 deletions

View file

@ -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 {

View file

@ -58,7 +58,9 @@
{{/if}}
<div class='status-message-location' />
</div>
<div id='single-post-moderation' />
{{#unless root}}
<div id='single-post-moderation' />
{{/unless}}
</div>
</div>
{{#unless root}}
@ -79,11 +81,14 @@
{{name}}
{{/linkToAuthor}}
</span>
<span class="post-time">
<a href="/posts/{{id}}">
<time datetime="{{created_at}}" title="{{localTime created_at}}" />
</a>
</span>
<div class="post-context">
<span class="post-time">
<a href="/posts/{{id}}">
<time datetime="{{created_at}}" title="{{localTime created_at}}" />
</a>
</span>
<span id='single-post-moderation' />
</div>
</div>
<div id='single-post-actions' class='span4' />
</div>