]> git.mxchange.org Git - friendica.git/commitdiff
Some location changes
authorMichael Vogel <icarus@dabo.de>
Sun, 29 May 2016 13:33:36 +0000 (15:33 +0200)
committerMichael Vogel <icarus@dabo.de>
Sun, 29 May 2016 13:33:36 +0000 (15:33 +0200)
view/theme/frio/css/style.css
view/theme/frio/templates/wall_thread.tpl

index 35c490738a0603fba59d2c37c559a222e04f62ce..839bb9dcb208fd2707814142b3315add500b0d11 100644 (file)
@@ -1206,8 +1206,7 @@ section #jotOpen {
     font-weight: 500;
     color: #555;
 }
-.media .media-body .addional-info a,
-.media .media-body h5.media-heading a {
+.media .media-body .addional-info a, .media .media-body h5.media-heading > a {
     display: block;
 }
 .media .contact-info-comment {
index 070e0a702cf1a9b463360a6660e4ec98f0c8a97b..ccc8f6967c221677a04276a34ef14163e20f7d21 100644 (file)
@@ -225,10 +225,7 @@ as the value of $top_child_total (this is done at the end of this file)
                        <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>
                                <span class="text-muted">
-                                       <small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span></small>
-                                       {{if $item.location}}
-                                       <small><span class="location">{{$item.location}}</span></small>
-                                       {{/if}}
+                                       <small><span title="{{$item.localtime}}" data-toggle="tooltip">{{$item.ago}}</span> {{if $item.location}}&nbsp;&mdash;&nbsp;({{$item.location}}){{/if}}</small>
                                </span>
                        </h5>
                </div>