mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-30 01:04:09 +02:00
layout.less: Fix footer alignment, when `.sidebar-collapsed
fixes #4756
This commit is contained in:
parent
c9c5823d6a
commit
b7f4b30935
@ -2,12 +2,20 @@
|
|||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 12em;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
|
left: 12em;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#layout.minimal-layout #footer {
|
||||||
|
left: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.sidebar-collapsed #footer {
|
||||||
|
left: 3em;
|
||||||
|
}
|
||||||
|
|
||||||
#guest-error {
|
#guest-error {
|
||||||
background-color: @icinga-blue;
|
background-color: @icinga-blue;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user