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/settings.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/settings.css')
| -rw-r--r-- | roundcubemail/skins/default/settings.css | 10 |
1 files changed, 3 insertions, 7 deletions
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; |
