mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-25 23:04:51 +02:00
CSS: Reduce header height
Signed-off-by: Eric Lippmann <eric.lippmann@icinga.com>
This commit is contained in:
parent
de7d409377
commit
c0c2bddc69
@ -13,7 +13,7 @@ html {
|
|||||||
}
|
}
|
||||||
|
|
||||||
#header {
|
#header {
|
||||||
height: 4em;
|
height: 3em;
|
||||||
left: 0;
|
left: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user