From d3502f33ce689207dde511352b5278062d34c94b Mon Sep 17 00:00:00 2001
From: thomascube <thomas@roundcube.net>
Date: Fri, 13 Jan 2006 12:16:51 -0500
Subject: [PATCH] Enlarged message count display

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

diff --git a/skins/default/mail.css b/skins/default/mail.css
index 28fe2ee..bbfe217 100644
--- a/skins/default/mail.css
+++ b/skins/default/mail.css
@@ -8,6 +8,7 @@
   left: 200px;
   right: 250px;
   height: 35px;
+  white-space: nowrap;
 /*  border: 1px solid #cccccc; */
 }
 
@@ -82,7 +83,7 @@
   position: absolute;
   top: 60px;
   right: 40px;
-  width: 220px;
+  width: 300px;
   height: 20px;
   text-align: right;
   white-space: nowrap;

--
Gitblit v1.9.1