Temporary fix to ensure content wrapper is positioned 0px from left in section without tree
This commit is contained in:
committed by
Nathan Woulfe
parent
bc2faefb18
commit
9bcfbf282b
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user