CSS: Reduce header height

Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
Florian Strohmaier 2016-11-16 17:17:25 +01:00 committed by Eric Lippmann
parent de7d409377
commit c0c2bddc69
2 changed files with 3 additions and 3 deletions

View File

@ -13,7 +13,7 @@ html {
} }
#header { #header {
height: 4em; height: 3em;
left: 0; left: 0;
position: fixed; position: fixed;
top: 0; top: 0;

View File

@ -37,7 +37,7 @@
} }
#header-logo-container { #header-logo-container {
height: 4em; height: 3em;
margin-bottom: 0.2em; margin-bottom: 0.2em;
margin-left: 1.5em; margin-left: 1.5em;
margin-top: 0.2em; margin-top: 0.2em;
@ -47,7 +47,7 @@
#header-logo { #header-logo {
background-image: url('../img/icinga-logo.png'); background-image: url('../img/icinga-logo.png');
background-image: url('../img/icinga-logo.svg'); background-image: url('../img/icinga-logo.svg');
background-position: center; background-position: left center;
background-repeat: no-repeat; background-repeat: no-repeat;
background-size: contain; background-size: contain;
display: block; display: block;