fonts and colors

This commit is contained in:
2016-12-16 13:53:20 +01:00
parent d25dd58f7b
commit 9abe4415af
2 changed files with 7 additions and 2 deletions

View File

@@ -93,6 +93,11 @@ header img {
width: 80%;
}
header img .mainlogo {
margin-left: 10px;
margin-top: 10px;
width: 10%;
}
img.small {
height: 30px;
}

View File

@@ -36,10 +36,10 @@
<if isset($userinfo['loginname'])>
<header class="topheader">
<hgroup>
<h1>Froxlor Server Management Panel</h1>
<h1>Management Panel</h1>
</hgroup>
<a href="{$linker->getLink(array('section' => 'index'))}">
<img src="templates/{$theme}/assets/img/logo.svg" alt="Server Management Panel" />
<img class='mainlogo' src="templates/{$theme}/assets/img/logo.svg" alt="Server Management Panel" />
</a>
<div class="topheader_navigation">
<ul class="topheadernav">