Improve button position
This commit is contained in:
parent
847a480713
commit
3fced3d550
1 changed files with 12 additions and 12 deletions
|
@ -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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue