Adding console admin to footer
This commit is contained in:
parent
408435161e
commit
db4853f069
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue