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/addressbook.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/addressbook.css')
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/addressbook.css b/roundcubemail/skins/default/addressbook.css index 450b5bd82..c2d7f027c 100644 --- a/roundcubemail/skins/default/addressbook.css +++ b/roundcubemail/skins/default/addressbook.css @@ -187,6 +187,8 @@ #contacts-table tbody td { cursor: default; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; } #contacts-box |
