From cd900dd71f56698b2c8ffedeb1af342e79faf0db Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Sun, 16 Oct 2005 15:14:00 -0400
Subject: [PATCH] Improved folder display; added Portuguese and Catalan translation

---
 skins/default/mail.css |   15 ++++++++++++---
 1 files changed, 12 insertions(+), 3 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 5ae46f1..5ebad53 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -174,17 +174,26 @@
   font-weight: bold;  
 }
 
-#mailboxlist
+#mailboxlist-container
 {
   position: absolute;
   top: 100px;
   left: 20px;
   width: 160px;
+  bottom: 80px;
+  border: 1px solid #CCCCCC;
+  background-color: #F9F9F9;
+  overflow: auto;
+  /* css hack for IE */
+  height: expression((parseInt(document.documentElement.clientHeight)-180)+'px');
+}
+
+#mailboxlist
+{
+  width: 100%;
   height: auto;
   margin: 0px;
   padding: 0px;
-  border: 1px solid #CCCCCC;
-  background-color: #F9F9F9;
   list-style-image: none;
   list-style-type: none;
   overflow: hidden;

--
Gitblit v1.9.1