Some location changes
This commit is contained in:
parent
036ca6a6e1
commit
c0ea789786
|
@ -1206,8 +1206,7 @@ section #jotOpen {
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
color: #555;
|
color: #555;
|
||||||
}
|
}
|
||||||
.media .media-body .addional-info a,
|
.media .media-body .addional-info a, .media .media-body h5.media-heading > a {
|
||||||
.media .media-body h5.media-heading a {
|
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
.media .contact-info-comment {
|
.media .contact-info-comment {
|
||||||
|
|
|
@ -225,10 +225,7 @@ as the value of $top_child_total (this is done at the end of this file)
|
||||||
<h5 class="media-heading">
|
<h5 class="media-heading">
|
||||||
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span class="btn-link">{{$item.name}}</span></a>
|
<a href="{{$item.profile_url}}" title="{{$item.linktitle}}" class="wall-item-name-link userinfo"><span class="btn-link">{{$item.name}}</span></a>
|
||||||
<span class="text-muted">
|
<span class="text-muted">
|
||||||
<small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></small>
|
<small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span> {{if $item.location}} — ({{$item.location}}){{/if}}</small>
|
||||||
{{if $item.location}}
|
|
||||||
<small><span class="location">{{$item.location}}</span></small>
|
|
||||||
{{/if}}
|
|
||||||
</span>
|
</span>
|
||||||
</h5>
|
</h5>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue