CSS: Flex layout to container contents

This commit is contained in:
Florian Strohmaier 2019-07-03 17:46:42 +02:00 committed by Johannes Meyer
parent 098898eca6
commit 955ab298f7
2 changed files with 1 additions and 21 deletions

View File

@ -1,11 +1,10 @@
/*! Icinga Web 2 | (c) 2014 Icinga Development Team | GPLv2+ */
.monitoring-statusbar {
position: relative;
background-color: @body-bg-color;
border-top: 1px solid @gray-lighter;
bottom: 0;
padding: .25em @gutter;
position: fixed;
line-height: 1;
&:before {

View File

@ -159,19 +159,9 @@
}
.controls {
// Override default transparent background because scrolled content is positioned beneath controls and could be seen
// through otherwise
background-color: @body-bg-color;
> .tabs {
height: 2.6em;
margin-top: -2.6em;
overflow: hidden;
}
> .tabs-spacer {
margin-bottom: 1em;
}
}
// Display tabs if JS is disabled
@ -242,15 +232,6 @@ html.no-js .controls > .tabs {
}
}
// Z-Index correction
#main {
z-index: 1;
}
#sidebar {
z-index: 2;
}
// Collapsed sidebar
#layout:not(.minimal-layout).sidebar-collapsed {
#header-logo-container {