From 006d4392871874365f08265fb091fc41e2870a8e Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 18 May 2007 09:28:41 -0400
Subject: [PATCH] Reduce space beween folders and message list

---
 skins/default/mail.css |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 0e2466c..a406e42 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -194,7 +194,7 @@
   position: absolute;
   top: 85px;
   left: 20px;
-  width: 140px !important;
+  width: 145px !important;
 /*  width: 162px; */
   height: 13px;
   padding: 3px 10px 2px 10px;
@@ -211,7 +211,7 @@
   position: absolute;
   top: 105px;
   left: 20px;
-  width: 160px;
+  width: 165px;
   bottom: 40px;
   border: 1px solid #CCCCCC;
   background-color: #F9F9F9;

--
Gitblit v1.9.1