Some text overflow/ellipsis improvements
authorMichael M Slusarz <slusarz@curecanti.org>
Mon, 10 Aug 2009 04:44:45 +0000 (22:44 -0600)
committerMichael M Slusarz <slusarz@curecanti.org>
Mon, 10 Aug 2009 04:46:43 +0000 (22:46 -0600)
imp/themes/screen-dimp.css

index 3cba370..a201a11 100644 (file)
@@ -198,6 +198,8 @@ div.msgSize {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
+    -o-text-overflow: ellipsis;
+    -ms-text-overflow: ellipsis;
     height: 16px;
     margin-bottom: 1px;
     text-indent: 1px;