From: Michael Vogel <icarus@dabo.de>
Date: Sun, 29 May 2016 13:33:36 +0000 (+0200)
Subject: Some location changes
X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=c0ea78978609181b3b26d6839804dc56cd287f50;p=friendica.git

Some location changes
---

diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css
index 35c490738a..839bb9dcb2 100644
--- a/view/theme/frio/css/style.css
+++ b/view/theme/frio/css/style.css
@@ -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 {
diff --git a/view/theme/frio/templates/wall_thread.tpl b/view/theme/frio/templates/wall_thread.tpl
index 070e0a702c..ccc8f6967c 100644
--- a/view/theme/frio/templates/wall_thread.tpl
+++ b/view/theme/frio/templates/wall_thread.tpl
@@ -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>