Resized infrastructure logo

This commit is contained in:
Vincenzo Cestone 2022-11-29 13:07:06 +01:00
parent 4c03b9ce5f
commit fca8df745d
2 changed files with 2 additions and 2 deletions

View File

@ -67,7 +67,7 @@
</#if> </#if>
</div> </div>
<#if properties.infrastructureLogo?has_content && properties.infrastructureLogo='yes'> <#if properties.infrastructureLogo?has_content && properties.infrastructureLogo='yes'>
<div> <div style="align-self: center;">
<a target="_blank" href="http://www.d4science.org"> <a target="_blank" href="http://www.d4science.org">
<img class="img-fluid float-right" alt="D4Science Infrastructure" src="${url.resourcesPath}/img/PoweredByD4Science.png" style="${properties.infrastructureLogoStyle!}"> <img class="img-fluid float-right" alt="D4Science Infrastructure" src="${url.resourcesPath}/img/PoweredByD4Science.png" style="${properties.infrastructureLogoStyle!}">
</a> </a>

View File

@ -17,7 +17,7 @@ logoAlt=gCubeDev Gateway
logoStyle=height: 60px; logoStyle=height: 60px;
infrastructureLogo=yes infrastructureLogo=yes
infrastructureLogoStyle=height: 40px; infrastructureLogoStyle=height: 27px;
footerStyle=display: flex; flex-direction: column; width: 100%; padding-top: 10px; footerStyle=display: flex; flex-direction: column; width: 100%; padding-top: 10px;