From 3bdf0308fdc6d1a12970932dfc57aff9baff9c84 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Thu, 3 Dec 2009 12:35:43 -0700 Subject: [PATCH] Fix overflow display if sidebar is made small --- imp/themes/screen-dimp.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index f65e99ff7..dc50ba298 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -357,9 +357,6 @@ div.vpRowVert.flagUnseen { #sidebar span.exp, #ctx_folderopts_expand span.contextImg, #ctx_container_expand span.contextImg, #ctx_folder_expand span.contextImg { background-image: url("graphics/folders/plus.png"); } -#normalfolders { - overflow-x: hidden; -} #normalfolders li.unsubFolder { font-style: italic; } @@ -372,6 +369,10 @@ div.vpRowVert.flagUnseen { cursor: pointer; } +#logo, #dimpbarActions, #serviceActions, #foldersSidebar { + overflow-x: hidden; +} + #folderopts a { display: inline !important; padding-right: 1px; -- 2.11.0