diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-12 17:43:19 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-10-12 17:43:19 +0000 |
| commit | 06adc49f3d92f333d35e2ad15e0eba651072589c (patch) | |
| tree | 78bd73c4324405f93937ef991f6a3499da77c09e | |
| parent | d1f23d7fee94674d108955de3a43225a3b0d65f2 (diff) | |
- Improve .boxtitle style
git-svn-id: https://svn.roundcube.net/trunk@5337 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/skins/default/common.css | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/roundcubemail/skins/default/common.css b/roundcubemail/skins/default/common.css index 4b2567623..192de065a 100644 --- a/roundcubemail/skins/default/common.css +++ b/roundcubemail/skins/default/common.css @@ -279,6 +279,9 @@ img font-size: 11px; font-weight: bold; overflow: hidden; + text-overflow: ellipsis; + -o-text-overflow: ellipsis; + white-space: nowrap; background: url(images/listheader.gif) top left repeat-x #CCC; } |
