diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-13 17:16:51 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2006-01-13 17:16:51 +0000 |
| commit | 37453c369598471f8b4b3f209970321af48907a7 (patch) | |
| tree | e20144b3c5d0206ae24d1824154f18317850444d | |
| parent | 4574e6eaff0015cd84099c15a5ad6e599330fac8 (diff) | |
Enlarged message count display
git-svn-id: https://svn.roundcube.net/trunk@104 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 3 |
1 files changed, 2 insertions, 1 deletions
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; |
