diff options
author | thomascube <thomas@roundcube.net> | 2006-01-13 17:16:51 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2006-01-13 17:16:51 +0000 |
commit | d3502f33ce689207dde511352b5278062d34c94b (patch) | |
tree | d1249a78d5705d68ae2eb0308addf02866a10238 /skins | |
parent | d2006d73dc01b22eeee80ad31a9f45b90cd4b4e6 (diff) |
Enlarged message count display
Diffstat (limited to 'skins')
-rw-r--r-- | 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 28fe2ee63..bbfe217c3 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; |