mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-27 15:54:03 +02:00
CSS: Prevent footer from overlapping sidebar
This commit is contained in:
parent
eeeca5a204
commit
f1d79ffc66
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
#footer {
|
#footer {
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
left: 0;
|
left: 12em;
|
||||||
right: 0;
|
right: 0;
|
||||||
position: fixed;
|
position: fixed;
|
||||||
z-index: 999;
|
z-index: 999;
|
||||||
@ -208,10 +208,6 @@
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#layout:not(.minimal-layout) #notifications {
|
|
||||||
padding-left: 12em;
|
|
||||||
}
|
|
||||||
|
|
||||||
#notifications > li {
|
#notifications > li {
|
||||||
color: @text-color;
|
color: @text-color;
|
||||||
display: block;
|
display: block;
|
||||||
|
@ -68,7 +68,6 @@
|
|||||||
color: @text-color-on-icinga-blue;
|
color: @text-color-on-icinga-blue;
|
||||||
line-height: 1.5em;
|
line-height: 1.5em;
|
||||||
padding: 0.5em 1em 0.5em 3em;
|
padding: 0.5em 1em 0.5em 3em;
|
||||||
margin-left: 12em;
|
|
||||||
|
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user