From 06adc49f3d92f333d35e2ad15e0eba651072589c Mon Sep 17 00:00:00 2001 From: alec Date: Wed, 12 Oct 2011 17:43:19 +0000 Subject: - Improve .boxtitle style git-svn-id: https://svn.roundcube.net/trunk@5337 208e9e7b-5314-0410-a742-e7e81cd9613c --- roundcubemail/skins/default/common.css | 3 +++ 1 file changed, 3 insertions(+) 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; } -- cgit v1.2.3