From 51001e58b574edac90f2bf8193da351ae0287ea7 Mon Sep 17 00:00:00 2001
From: alecpl <alec@alec.pl>
Date: Fri, 13 May 2011 04:35:17 -0400
Subject: [PATCH] - Fix IE8 issue on folders list in folder manager

---
 skins/default/iehacks.css |    9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diff --git a/skins/default/iehacks.css b/skins/default/iehacks.css
index ae56600..1b77797 100644
--- a/skins/default/iehacks.css
+++ b/skins/default/iehacks.css
@@ -119,11 +119,6 @@
   height: expression((parseInt(this.parentNode.offsetHeight)-1-parseInt(document.getElementById('compose-headers').offsetHeight))+'px');
 }
 
-#subscription-table
-{
-  width: auto;
-}
-
 #messagelist
 {
   width: inherit;
@@ -177,9 +172,11 @@
 }
 
 #contacts-box,
-#prefs-box
+#prefs-box,
+#folder-box
 {
   width: expression((parseInt(this.parentNode.offsetWidth)-555)+'px');
+  overflow: hidden;
 }
 
 #rcmdraglayer

--
Gitblit v1.9.1