diff --git a/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css b/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css index 1a3e4f30..35d25f94 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css +++ b/webapp/src/main/webapp/themes/tenderfoot/css/page-individual.css @@ -148,14 +148,6 @@ ul#individual-personInPosition li:last-child { padding-bottom: 5px; } -section.vcard { - float: left; -} - -section#preferredTitle { - float: left; -} - section#preferredTitle h2 { float: left; font-size: 1em; diff --git a/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl b/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl index 86805168..ae6b47cf 100644 --- a/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl +++ b/webapp/src/main/webapp/themes/tenderfoot/templates/body/individual/individual--foaf-person.ftl @@ -50,9 +50,18 @@ ${individualImage} -
+
+ + ${i18n().uri_icon} + <#if checkNamesResult?has_content > + ${i18n().qr_icon} + + +

<#-- Label --> @@ -79,16 +88,6 @@

- - ${i18n().uri_icon} - <#if checkNamesResult?has_content > - ${i18n().qr_icon} - - - -