Adding console admin to footer
This commit is contained in:
parent
408435161e
commit
db4853f069
|
|
@ -110,11 +110,11 @@
|
||||||
</div>
|
</div>
|
||||||
-->
|
-->
|
||||||
<div class='footer-admin'>
|
<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>
|
||||||
<div class='footer'>
|
<div class='footer'>
|
||||||
<#if properties.displayCommunityLinks = "true">
|
<#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>
|
<a href="http://www.jboss.org"><img src="welcome-content/jboss_community.png" alt="JBoss and JBoss Community"></a>
|
||||||
</#if>
|
</#if>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -111,8 +111,8 @@ h3 a:hover .link {
|
||||||
|
|
||||||
.footer-admin{
|
.footer-admin{
|
||||||
float: left;
|
float: left;
|
||||||
width: 50px;
|
width: 30px;
|
||||||
margin-top: 30px;
|
margin-top: 10px;
|
||||||
|
|
||||||
}
|
}
|
||||||
@media (max-width: 768px) {
|
@media (max-width: 768px) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue