Adding console admin to footer
This commit is contained in:
parent
a4730291a4
commit
89ff956f25
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue