Fix bugs introduced by #4754

This commit is contained in:
Steffen van Bergerem 2014-02-09 15:48:36 +01:00
parent 976b21ab05
commit 6c7dde1733
2 changed files with 5 additions and 5 deletions

View file

@ -11,7 +11,7 @@
.info { .info {
color: lighten($text-grey,10%); color: lighten($text-grey,10%);
font-size: 12px; font-size: 12px;
.post-time a { color: $grey; } .post-time a { color: $text-grey; }
.post_scope { margin-right: 5px; } .post_scope { margin-right: 5px; }
.status-message-location { .status-message-location {
padding-top: 2px; padding-top: 2px;
@ -25,7 +25,7 @@
padding-left: 10px; padding-left: 10px;
} }
} }
.reshare { .row-fluid.reshare {
border-top: 1px solid lighten($border-grey,5%); border-top: 1px solid lighten($border-grey,5%);
padding-top: 10px; padding-top: 10px;
margin-top: 10px; margin-top: 10px;
@ -40,7 +40,7 @@
margin-right: 8px; margin-right: 8px;
} }
.post-time a { .post-time a {
color: $grey; color: $text-grey;
display: block; display: block;
font-size: 12px; font-size: 12px;
} }

View file

@ -62,7 +62,7 @@
</div> </div>
{{#if root}} {{#if root}}
<div class='row-fluid reshare'> <div class='row-fluid reshare'>
<div class='pull-left' id='reshare-info'> <div class='span8' id='reshare-info'>
<i class='entypo retweet small pull-left'></i> <i class='entypo retweet small pull-left'></i>
<div class="img pull-left"> <div class="img pull-left">
{{{personImage author 'small'}}} {{{personImage author 'small'}}}
@ -78,7 +78,7 @@
</a> </a>
</span> </span>
</div> </div>
<div id='single-post-actions' class='pull-right' /> <div id='single-post-actions' class='span4' />
</div> </div>
{{/if}} {{/if}}
</div> </div>