diff options
author | thomascube <thomas@roundcube.net> | 2005-11-06 16:37:45 +0000 |
---|---|---|
committer | thomascube <thomas@roundcube.net> | 2005-11-06 16:37:45 +0000 |
commit | e0ddd4e6c03d533cc3f8427624e026cc20c88fa6 (patch) | |
tree | 9bdaed87ebc57351eb9485c196ba8bec91cb3890 /skins/default | |
parent | 317219dafe98b70797ef853571c255de0654d4aa (diff) |
Added 'changed' col to contacts table and support for 160-bit session hashes
Diffstat (limited to 'skins/default')
-rw-r--r-- | skins/default/mail.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/skins/default/mail.css b/skins/default/mail.css index f5863863f..739bfed10 100644 --- a/skins/default/mail.css +++ b/skins/default/mail.css @@ -304,6 +304,7 @@ body.messagelist #messagelist { width: 100%; + display: table; table-layout: fixed; /* css hack for IE */ width: expression(document.getElementById('mailcontframe').clientWidth); @@ -338,11 +339,18 @@ body.messagelist padding: 2px; padding-right: 4px; font-size: 11px; + overflow: hidden; white-space: nowrap; border-bottom: 1px solid #EBEBEB; cursor: pointer; } +#messagelist col +{ + display: table-column; + text-align: left; +} + #messagelist tr td.icon { width: 16px; @@ -351,7 +359,6 @@ body.messagelist #messagelist tr td.subject { overflow: hidden; - text-align: left; } #messagelist tr td.size @@ -364,7 +371,6 @@ body.messagelist #messagelist tr td.to { width: 180px; - overflow: hidden; } #messagelist tr td.date |