]> git.mxchange.org Git - friendica.git/commitdiff
frio: add account type to the profile vcard
authorrabuzarus <rabuzarus@t-online.de>
Mon, 4 Feb 2019 23:18:07 +0000 (00:18 +0100)
committerrabuzarus <rabuzarus@t-online.de>
Mon, 4 Feb 2019 23:18:07 +0000 (00:18 +0100)
view/theme/frio/css/style.css
view/theme/frio/templates/profile_vcard.tpl
view/theme/frio/templates/vcard-widget.tpl

index 896892531db23f6bce02bc07d476b473dbb62d58..b293a3f48ad173c05e4c8f9698000da88c546e68 100644 (file)
@@ -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 {
index 462fb356775eea68eea3ac5bf21ce9161d17d7d5..02aa89fcccc3eb3f53954d923446d0106f593719 100644 (file)
@@ -42,6 +42,8 @@
                        {{if $profile.addr}}<div class="p-addr">{{$profile.addr}}</div>{{/if}}
 
                        {{if $profile.pdesc}}<div class="title">{{$profile.pdesc}}</div>{{/if}}
+
+                       {{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
                </div>
 
                <div id="profile-extra-links">
index 0eae2841bd3e200d19e06e5ca96017f7e5284c77..d1b41728b19fb7895e99e9ca4cc60541279128e7 100644 (file)
@@ -28,9 +28,9 @@
 
                        {{if $addr}}<div class="p-addr">{{$addr}}</div>{{/if}}
 
-                       {{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}
+                       {{if $account_type}}<div class="account-type">({{$account_type}})</div>{{/if}}
 
-                       {{if $account_type}}<div class="account-type">{{$account_type}}</div>{{/if}}
+                       {{if $pdesc}}<div class="title">{{$pdesc}}</div>{{/if}}
 
                        {{if $network_link}}<dl class="network"><dt class="network-label">{{$network}}</dt><dd class="x-network">{{$network_link nofilter}}</dd></dl>{{/if}}
                </div>