From 8b5a1c92b2bd228eaa950b9ac83149f9fe745ad2 Mon Sep 17 00:00:00 2001 From: Ingo Schommer Date: Wed, 23 Oct 2013 01:38:17 +0200 Subject: [PATCH] Hide subsites dropdown for collapsed sidebar Its cut off otherwise, and not really operational. This is consistent with hiding the "hi " string as default CMS behaviour. --- css/LeftAndMain_Subsites.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/LeftAndMain_Subsites.css b/css/LeftAndMain_Subsites.css index 1fa6a38..71265f3 100644 --- a/css/LeftAndMain_Subsites.css +++ b/css/LeftAndMain_Subsites.css @@ -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; }