Tenderfoot layout improvement
This commit is contained in:
parent
d6c0d92827
commit
de84dcffa1
2 changed files with 10 additions and 19 deletions
|
@ -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;
|
||||
|
|
|
@ -50,9 +50,18 @@
|
|||
<!-- div id="photo-wrapper">${individualImage}</div -->
|
||||
${individualImage}
|
||||
</div>
|
||||
<div class="col-md-10 person-details">
|
||||
<div class="col-xs-10 person-details">
|
||||
<div class="row title">
|
||||
<div class="col-md-12">
|
||||
<span id="iconControlsRightSide">
|
||||
<img id="uriIcon" title="${individual.uri}" src="${urls.images}/individual/uriIcon.gif" alt="${i18n().uri_icon}"/>
|
||||
<#if checkNamesResult?has_content >
|
||||
<img id="qrIcon" src="${urls.images}/individual/qr_icon.png" alt="${i18n().qr_icon}" />
|
||||
<span id="qrCodeImage" class="hidden">${qrCodeLinkedImage!}
|
||||
<a class="qrCloseLink" href="#" title="${i18n().qr_code}">${i18n().close_capitalized}</a>
|
||||
</span>
|
||||
</#if>
|
||||
</span>
|
||||
<section class="vcard person">
|
||||
<h1 class="foaf-person">
|
||||
<#-- Label -->
|
||||
|
@ -79,16 +88,6 @@
|
|||
</#if>
|
||||
</section>
|
||||
</section>
|
||||
<span id="iconControlsRightSide">
|
||||
<img id="uriIcon" title="${individual.uri}" src="${urls.images}/individual/uriIcon.gif" alt="${i18n().uri_icon}"/>
|
||||
<#if checkNamesResult?has_content >
|
||||
<img id="qrIcon" src="${urls.images}/individual/qr_icon.png" alt="${i18n().qr_icon}" />
|
||||
<span id="qrCodeImage" class="hidden">${qrCodeLinkedImage!}
|
||||
<a class="qrCloseLink" href="#" title="${i18n().qr_code}">${i18n().close_capitalized}</a>
|
||||
</span>
|
||||
</#if>
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div class="row person-details">
|
||||
|
|
Loading…
Add table
Reference in a new issue