mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-04-07 21:05:18 +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 {
|
||||
bottom: 0;
|
||||
left: 12em;
|
||||
right: 0;
|
||||
left: 12em;
|
||||
position: fixed;
|
||||
z-index: 999;
|
||||
}
|
||||
|
||||
#layout.minimal-layout #footer {
|
||||
left: 0;
|
||||
}
|
||||
|
||||
.sidebar-collapsed #footer {
|
||||
left: 3em;
|
||||
}
|
||||
|
||||
#guest-error {
|
||||
background-color: @icinga-blue;
|
||||
height: 100%;
|
||||
|
Loading…
x
Reference in New Issue
Block a user