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 | |
| parent | f13a7cef493b14b966e691f12d2f70eee60bcbd6 (diff) | |
- more text-overflow:ellipsis on lists
git-svn-id: https://svn.roundcube.net/trunk@3811 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/addressbook.css | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/default/mail.css | 2 | ||||
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 10 |
3 files changed, 7 insertions, 7 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 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 diff --git a/roundcubemail/skins/default/settings.css b/roundcubemail/skins/default/settings.css index de05c70bf..38f3332f6 100644 --- a/roundcubemail/skins/default/settings.css +++ b/roundcubemail/skins/default/settings.css @@ -91,7 +91,8 @@ span.tablink-selected a } #subscription-table tbody td, -#identities-table tbody td +#identities-table tbody td, +#sections-table tbody td { cursor: default; overflow: hidden; @@ -195,7 +196,7 @@ input.disabled bottom: 0; } -fieldset +fieldset { margin-bottom: 0.5em; border: 1px solid #999999; @@ -225,11 +226,6 @@ legend table-layout: fixed; } -#sections-table tbody td -{ - cursor: default; -} - #prefs-box { position: absolute; |
