From 37453c369598471f8b4b3f209970321af48907a7 Mon Sep 17 00:00:00 2001 From: roundcube Date: Fri, 13 Jan 2006 17:16:51 +0000 Subject: Enlarged message count display git-svn-id: https://svn.roundcube.net/trunk@104 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/mail.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 28fe2ee63..bbfe217c3 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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; -- cgit v1.2.3