From 590057bf4b24ebc6dd69aac91aaa4ee25fa77a70 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Fri, 30 Oct 2009 15:22:51 -0600 Subject: [PATCH] Tweak text-overflow definitions --- imp/themes/screen-dimp.css | 3 --- imp/themes/screen.css | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) 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; -- 2.11.0