Adding console admin to footer

This commit is contained in:
Franca Debole 2021-04-29 16:14:10 +02:00
parent 408435161e
commit db4853f069
2 changed files with 4 additions and 4 deletions

View File

@ -110,11 +110,11 @@
</div>
-->
<div class='footer-admin'>
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console" class="footer-admin"></a>
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console"></a>
</div>
<div class='footer'>
<#if properties.displayCommunityLinks = "true">
<a href="https://www.keycloak.org/"><img src="${resourcesPath}/keycloak-logo-text.png" alt="KeyCloak"></a>
<a href="https://www.keycloak.org/"><img src="${resourcesPath}/keycloak-logo-text.png" alt="KeyCloak"></a>
<a href="http://www.jboss.org"><img src="welcome-content/jboss_community.png" alt="JBoss and JBoss Community"></a>
</#if>
</div>

View File

@ -111,8 +111,8 @@ h3 a:hover .link {
.footer-admin{
float: left;
width: 50px;
margin-top: 30px;
width: 30px;
margin-top: 10px;
}
@media (max-width: 768px) {