fonts and colors
This commit is contained in:
@@ -93,6 +93,11 @@ header img {
|
|||||||
width: 80%;
|
width: 80%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header img .mainlogo {
|
||||||
|
margin-left: 10px;
|
||||||
|
margin-top: 10px;
|
||||||
|
width: 10%;
|
||||||
|
}
|
||||||
img.small {
|
img.small {
|
||||||
height: 30px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -36,10 +36,10 @@
|
|||||||
<if isset($userinfo['loginname'])>
|
<if isset($userinfo['loginname'])>
|
||||||
<header class="topheader">
|
<header class="topheader">
|
||||||
<hgroup>
|
<hgroup>
|
||||||
<h1>Froxlor Server Management Panel</h1>
|
<h1>Management Panel</h1>
|
||||||
</hgroup>
|
</hgroup>
|
||||||
<a href="{$linker->getLink(array('section' => 'index'))}">
|
<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>
|
</a>
|
||||||
<div class="topheader_navigation">
|
<div class="topheader_navigation">
|
||||||
<ul class="topheadernav">
|
<ul class="topheadernav">
|
||||||
|
|||||||
Reference in New Issue
Block a user