diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 4ec229fc3e..22126e9131 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1165,10 +1165,9 @@ aside .vcard .title { } aside .vcard .detail { display: table; - padding: 5px 0; + padding: 2px 0; } -aside .xmpp, -aside .network { +aside .xmpp { display: table; } aside .vcard .icon { diff --git a/view/theme/frio/templates/widget/vcard.tpl b/view/theme/frio/templates/widget/vcard.tpl index 5bd481a96a..91c773a75e 100644 --- a/view/theme/frio/templates/widget/vcard.tpl +++ b/view/theme/frio/templates/widget/vcard.tpl @@ -63,21 +63,19 @@ {{if $contact.location}}
- -

{{$contact.location}}

-
+ {{$contact.location}}
{{/if}} {{if $contact.xmpp}} -
+
{{include file="sub/punct_wrap.tpl" text=$contact.xmpp}}
{{/if}} {{if $network_link}} -
+
{{$network_link nofilter}}