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-left: 8px;
|
||||||
margin-right: 8px;
|
margin-right: 8px;
|
||||||
}
|
}
|
||||||
|
.post-context {
|
||||||
|
font-size: 12px;
|
||||||
|
|
||||||
|
#single-post-moderation {
|
||||||
|
margin-left: 5px;
|
||||||
|
|
||||||
|
> div.info {
|
||||||
|
display: inline-block;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
.post-time a {
|
.post-time a {
|
||||||
color: $text-grey;
|
color: $text-grey;
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
.avatar {
|
.avatar {
|
||||||
|
|
|
||||||
|
|
@ -58,7 +58,9 @@
|
||||||
{{/if}}
|
{{/if}}
|
||||||
<div class='status-message-location' />
|
<div class='status-message-location' />
|
||||||
</div>
|
</div>
|
||||||
<div id='single-post-moderation' />
|
{{#unless root}}
|
||||||
|
<div id='single-post-moderation' />
|
||||||
|
{{/unless}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{{#unless root}}
|
{{#unless root}}
|
||||||
|
|
@ -79,11 +81,14 @@
|
||||||
{{name}}
|
{{name}}
|
||||||
{{/linkToAuthor}}
|
{{/linkToAuthor}}
|
||||||
</span>
|
</span>
|
||||||
<span class="post-time">
|
<div class="post-context">
|
||||||
<a href="/posts/{{id}}">
|
<span class="post-time">
|
||||||
<time datetime="{{created_at}}" title="{{localTime created_at}}" />
|
<a href="/posts/{{id}}">
|
||||||
</a>
|
<time datetime="{{created_at}}" title="{{localTime created_at}}" />
|
||||||
</span>
|
</a>
|
||||||
|
</span>
|
||||||
|
<span id='single-post-moderation' />
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div id='single-post-actions' class='span4' />
|
<div id='single-post-actions' class='span4' />
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue