Hide subsites dropdown for collapsed sidebar

Its cut off otherwise, and not really operational.
This is consistent with hiding the "hi <user>" string
as default CMS behaviour.
This commit is contained in:
Ingo Schommer 2013-10-23 01:38:17 +02:00
parent 7c100f90d2
commit 8b5a1c92b2
1 changed files with 4 additions and 0 deletions

View File

@ -31,6 +31,9 @@
padding-bottom:0;
margin-bottom:0;
}
.cms-menu.collapsed .cms-subsites {
display: none;
}
/* Custom chzn styles for dark blue background */
.cms-subsites .chzn-container-single .chzn-single,
@ -41,6 +44,7 @@
-webkit-box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
box-shadow: inset 1px 0 0 rgba(255,255,255,.125), inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.cms-menu .cms-subsites .dropdown span{
padding-left:5px;
}