diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 13:27:29 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2010-07-08 13:27:29 +0000 |
| commit | 92ec19392765a86fda1e54e7ff6c11ca8a811ec3 (patch) | |
| tree | bd85922efa445e4f88a199bb2839e86cffc77341 /roundcubemail/skins/default/mail.css | |
| parent | f13a7cef493b14b966e691f12d2f70eee60bcbd6 (diff) | |
- more text-overflow:ellipsis on lists
git-svn-id: https://svn.roundcube.net/trunk@3811 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/skins/default/mail.css')
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/mail.css b/roundcubemail/skins/default/mail.css index 3d3a101e7..1b83e03b4 100644 --- a/roundcubemail/skins/default/mail.css +++ b/roundcubemail/skins/default/mail.css @@ -1248,6 +1248,8 @@ div.message-htmlpart div.rcmBody border-bottom: 1px solid #EBEBEB; white-space: nowrap; overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; } #compose-attachments ul li img |
