Improve button position

This commit is contained in:
Graham Triggs 2017-05-10 16:56:26 -04:00
parent 847a480713
commit 3fced3d550

View file

@ -147,18 +147,18 @@
${i18n().map_of_science_capitalized} ${i18n().map_of_science_capitalized}
</a> </a>
</div> </div>
</div>
</#if> <#if isInvestigator>
<#assign coInvestigatorVisUrl = individual.coInvestigatorVisUrl()>
<#if isInvestigator> <#assign coInvestigatorIcon = "${urls.images}/visualization/coauthorship/co_investigator_icon.png">
<#assign coInvestigatorVisUrl = individual.coInvestigatorVisUrl()>
<#assign coInvestigatorIcon = "${urls.images}/visualization/coauthorship/co_investigator_icon.png"> <div id="coinvestigator_link_container" class="collaboratorship-link-container">
<a href="${coInvestigatorVisUrl}" title="${i18n().co_investigator_network}" class="btn btn-info" role="button">
<div id="coinvestigator_link_container" class="collaboratorship-link-container"> <img src="${coInvestigatorIcon}" alt="${i18n().co_investigator_network}" width="25px" height="25px" />
<a href="${coInvestigatorVisUrl}" title="${i18n().co_investigator_network}" class="btn btn-info" role="button"> ${i18n().co_investigator_network_capitalized}
<img src="${coInvestigatorIcon}" alt="${i18n().co_investigator_network}" width="25px" height="25px" /> </a>
${i18n().co_investigator_network_capitalized} </div>
</a> </#if>
</div> </div>
</#if> </#if>
</#if> </#if>