Fix overflow display if sidebar is made small
authorMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 19:35:43 +0000 (12:35 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Thu, 3 Dec 2009 19:35:43 +0000 (12:35 -0700)
imp/themes/screen-dimp.css

index f65e99f..dc50ba2 100644 (file)
@@ -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;