Adding console admin to footer

This commit is contained in:
Franca Debole 2021-04-29 16:05:54 +02:00
parent a4730291a4
commit 89ff956f25
2 changed files with 8 additions and 4 deletions

View File

@ -28,9 +28,7 @@
<meta charset="utf-8">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="robots" content="noindex, nofollow">
<link rel="shortcut icon" href="${resourcesPath}/favicon.ico" type="image/x-icon">
<link rel="icon" href="${resourcesPath}/favicon.ico">
<#if properties.styles?has_content>
<#list properties.styles?split(' ') as style>
<link href="${resourcesPath}/${style}" rel="stylesheet" />
@ -113,7 +111,7 @@
-->
<div class='footer'>
<#if properties.displayCommunityLinks = "true">
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console">Admin Console</a>
<a href="${adminUrl}"><img src="${resourcesPath}/admin2.png" alt="admin console" class="footer-admin"></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>

View File

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