From: Michael M Slusarz Date: Fri, 30 Oct 2009 21:22:51 +0000 (-0600) Subject: Tweak text-overflow definitions X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=590057bf4b24ebc6dd69aac91aaa4ee25fa77a70;p=horde.git Tweak text-overflow definitions --- diff --git a/imp/themes/screen-dimp.css b/imp/themes/screen-dimp.css index 87edc6e04..040211b3c 100644 --- a/imp/themes/screen-dimp.css +++ b/imp/themes/screen-dimp.css @@ -199,7 +199,6 @@ div.msgSize { overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; - -ms-text-overflow: ellipsis; height: 16px; border-bottom: 1px; text-indent: 2px; @@ -527,7 +526,6 @@ div.dimpActionsCompose, div.dimpActionsMsg { padding-left: 2px; text-overflow: ellipsis; -o-text-overflow: ellipsis; - -ms-text-overflow: ellipsis; } #msgHeadersColl span.fromcontainer { padding-left: 5px; @@ -537,7 +535,6 @@ div.dimpActionsCompose, div.dimpActionsMsg { overflow: hidden; text-overflow: ellipsis; -o-text-overflow: ellipsis; - -ms-text-overflow: ellipsis; } /* end msg small header */ diff --git a/imp/themes/screen.css b/imp/themes/screen.css index 92417b8db..fa7847ea5 100644 --- a/imp/themes/screen.css +++ b/imp/themes/screen.css @@ -29,6 +29,7 @@ text-indent: 1px; white-space: nowrap; text-overflow: ellipsis; + -o-text-overflow: ellipsis; overflow: hidden; border: 1px solid #ddd; vertical-align: middle;