Adding console admin to footer
This commit is contained in:
parent
408435161e
commit
db4853f069
|
|
@ -110,7 +110,7 @@
|
|||
</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">
|
||||
|
|
|
|||
|
|
@ -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