css: Remove remaining position instructions used for the legacy layout

This commit is contained in:
Johannes Meyer 2019-12-06 13:57:03 +01:00
parent e61eb6f160
commit 8922447d10
3 changed files with 0 additions and 17 deletions

View File

@ -42,11 +42,6 @@ body {
#header, #sidebar { #header, #sidebar {
display: none; display: none;
} }
#main {
left: 0;
top: 0;
}
} }
#fileupload-frame-target { #fileupload-frame-target {
@ -107,11 +102,6 @@ body {
.controls > ul.tabs > li > a { .controls > ul.tabs > li > a {
line-height: 1.5em; line-height: 1.5em;
} }
#main {
left: 0;
top: 0 !important;
}
} }
.controls-separated, .controls-separated,

View File

@ -244,10 +244,6 @@ html.no-js .controls > .tabs {
background-image: url('../img/icinga-logo-compact.svg'); background-image: url('../img/icinga-logo-compact.svg');
} }
#main {
left: 3em;
}
#sidebar { #sidebar {
width: 4em; width: 4em;
} }

View File

@ -360,9 +360,6 @@ ul:not(.nav-level-2) > .selected > a {
} }
#sidebar.expanded { #sidebar.expanded {
bottom: 0 !important;
height: auto !important;
#mobile-menu-toggle .icon-menu { #mobile-menu-toggle .icon-menu {
display: none; display: none;
} }