Merge pull request #4770 from svbergerem/fix-spv-4754
Fix bugs introduced by #4754
This commit is contained in:
commit
41a4326993
2 changed files with 5 additions and 5 deletions
|
|
@ -11,7 +11,7 @@
|
|||
.info {
|
||||
color: lighten($text-grey,10%);
|
||||
font-size: 12px;
|
||||
.post-time a { color: $grey; }
|
||||
.post-time a { color: $text-grey; }
|
||||
.post_scope { margin-right: 5px; }
|
||||
.status-message-location {
|
||||
padding-top: 2px;
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
padding-left: 10px;
|
||||
}
|
||||
}
|
||||
.reshare {
|
||||
.row-fluid.reshare {
|
||||
border-top: 1px solid lighten($border-grey,5%);
|
||||
padding-top: 10px;
|
||||
margin-top: 10px;
|
||||
|
|
@ -40,7 +40,7 @@
|
|||
margin-right: 8px;
|
||||
}
|
||||
.post-time a {
|
||||
color: $grey;
|
||||
color: $text-grey;
|
||||
display: block;
|
||||
font-size: 12px;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -62,7 +62,7 @@
|
|||
</div>
|
||||
{{#if root}}
|
||||
<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>
|
||||
<div class="img pull-left">
|
||||
{{{personImage author 'small'}}}
|
||||
|
|
@ -78,7 +78,7 @@
|
|||
</a>
|
||||
</span>
|
||||
</div>
|
||||
<div id='single-post-actions' class='pull-right' />
|
||||
<div id='single-post-actions' class='span4' />
|
||||
</div>
|
||||
{{/if}}
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue