Skip to content

Commit

Permalink
Fixed moderation-button-position when viewing reshare
Browse files Browse the repository at this point in the history
  • Loading branch information
Faldrian committed Jan 28, 2015
1 parent ccd7561 commit 04625ad
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 6 deletions.
12 changes: 11 additions & 1 deletion app/assets/stylesheets/single-post-view.css.scss
Expand Up @@ -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 {
Expand Down
Expand Up @@ -58,7 +58,9 @@
{{/if}}
<div class='status-message-location' />
</div>
{{#unless root}}
<div id='single-post-moderation' />
{{/unless}}
</div>
</div>
{{#unless root}}
Expand All @@ -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>
Expand Down

0 comments on commit 04625ad

Please sign in to comment.