Fixed moderation-button-position when viewing reshare
This commit is contained in:
parent
aaadf2926f
commit
db6464ed61
2 changed files with 22 additions and 7 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -58,7 +58,9 @@
|
|||
{{/if}}
|
||||
<div class='status-message-location' />
|
||||
</div>
|
||||
{{#unless root}}
|
||||
<div id='single-post-moderation' />
|
||||
{{/unless}}
|
||||
</div>
|
||||
</div>
|
||||
{{#unless root}}
|
||||
|
|
@ -79,11 +81,14 @@
|
|||
{{name}}
|
||||
{{/linkToAuthor}}
|
||||
</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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue