From 56495e03c66f18aed71cee45238c70a7e220f9e5 Mon Sep 17 00:00:00 2001 From: rabuzarus Date: Tue, 5 Feb 2019 00:18:07 +0100 Subject: [PATCH] frio: add account type to the profile vcard --- view/theme/frio/css/style.css | 5 ++++- view/theme/frio/templates/profile_vcard.tpl | 2 ++ view/theme/frio/templates/vcard-widget.tpl | 4 ++-- 3 files changed, 8 insertions(+), 3 deletions(-) diff --git a/view/theme/frio/css/style.css b/view/theme/frio/css/style.css index 896892531d..b293a3f48a 100644 --- a/view/theme/frio/css/style.css +++ b/view/theme/frio/css/style.css @@ -1135,7 +1135,9 @@ aside .vcard .p-addr { white-space: nowrap; padding-bottom: 2px; } - +aside .vcard .title { + margin-top: 10px; +} aside .vcard .detail { display: table; padding: 5px 0; @@ -1150,6 +1152,7 @@ aside .vcard .icon { } #profile-extra-links { overflow: auto; + margin-bottom: 10px; } aside .vcard #dfrn-request-link-button, aside .vcard #wallmessage-link-botton { diff --git a/view/theme/frio/templates/profile_vcard.tpl b/view/theme/frio/templates/profile_vcard.tpl index 462fb35677..02aa89fccc 100644 --- a/view/theme/frio/templates/profile_vcard.tpl +++ b/view/theme/frio/templates/profile_vcard.tpl @@ -42,6 +42,8 @@ {{if $profile.addr}}
{{$profile.addr}}
{{/if}} {{if $profile.pdesc}}
{{$profile.pdesc}}
{{/if}} + + {{if $account_type}}
({{$account_type}})
{{/if}}