Revert "Fix menu flickering on reload and broken layout w/o JS"
This reverts commit 3b06f06a04
.
Breaks announcements.
This commit is contained in:
parent
3b06f06a04
commit
f8295ea825
public
|
@ -43,6 +43,7 @@
|
||||||
width: 16em;
|
width: 16em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
left: 0;
|
left: 0;
|
||||||
|
margin-top: -3em;
|
||||||
}
|
}
|
||||||
|
|
||||||
#header-logo {
|
#header-logo {
|
||||||
|
@ -176,7 +177,9 @@
|
||||||
// Display tabs if JS is disabled
|
// Display tabs if JS is disabled
|
||||||
html.no-js .controls > .tabs {
|
html.no-js .controls > .tabs {
|
||||||
background-color: @icinga-blue;
|
background-color: @icinga-blue;
|
||||||
margin-top: 0;
|
margin-left: -1 * @gutter;
|
||||||
|
margin-right: -1 * @gutter;
|
||||||
|
margin-top: -1 * @gutter;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dashboard grid
|
// Dashboard grid
|
||||||
|
|
|
@ -625,6 +625,9 @@
|
||||||
this.mobileMenu = true;
|
this.mobileMenu = true;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
|
$headerLogo.css({
|
||||||
|
top: $header.css('height')
|
||||||
|
});
|
||||||
$main.css({
|
$main.css({
|
||||||
top: $header.css('height')
|
top: $header.css('height')
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue