fonts and colors

This commit is contained in:
2016-12-16 14:00:44 +01:00
parent 832799942e
commit 8bc1a5be69
2 changed files with 7 additions and 4 deletions

View File

@@ -88,11 +88,14 @@ strong {
} }
header img { header img {
/* display: block;
margin: auto;
width: 80%; */
} }
header img.login {
display: block;
margin: auto;
width: 80%;
}
img.small { img.small {
display: inline; display: inline;
margin: 2px 0 0 10px; margin: 2px 0 0 10px;

View File

@@ -1,7 +1,7 @@
$header $header
<article class="login bradius"> <article class="login bradius">
<header> <header>
<img class="small" src="templates/{$theme}/assets/img/logo.svg" alt="Management Panel" /> <img class="login" src="templates/{$theme}/assets/img/logo.svg" alt="Management Panel" />
</header> </header>
<if $update_in_progress !== ''> <if $update_in_progress !== ''>