diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-06 16:37:45 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-11-06 16:37:45 +0000 |
| commit | a9f64635ff48ca1acc281d6d199a6fe244360e38 (patch) | |
| tree | 8af43a8c8d795a444244b2b5713419da3f15c945 /roundcubemail/skins/default | |
| parent | 54d37b816e754157fc7141ddb517e33f821feeed (diff) | |
Added 'changed' col to contacts table and support for 160-bit session hashes
git-svn-id: https://svn.roundcube.net/trunk@75 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index f5863863f..739bfed10 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/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 |
