Temporary fix to ensure content wrapper is positioned 0px from left in section without tree

This commit is contained in:
Bjarne Fyrstenborg
2020-10-06 19:17:15 +02:00
committed by Nathan Woulfe
parent bc2faefb18
commit 9bcfbf282b

View File

@@ -171,13 +171,13 @@ body.umb-drawer-is-visible #mainwrapper{
}
@media (min-width: 1101px) {
#contentwrapper, #speechbubble {left: 360px;}
.emptySection #contentwrapper {left:0px;}
#contentwrapper, #speechbubble { left: 360px; }
.emptySection #contentwrapper { left: 0 !important; }
}
//empty section modification
.emptySection #speechbubble {left: 0;}
.emptySection #navigation {display: none}
.emptySection #speechbubble { left: 0; }
.emptySection #navigation { display: none }
.login-only #speechbubble {
z-index: 10000;