From a92a8c2f3bb97323d277750ed0c287b81e894a84 Mon Sep 17 00:00:00 2001 From: Ralf Becker Date: Tue, 3 Jun 2014 16:14:01 +0000 Subject: [PATCH] removed CSS causing folders in tree not to be displayed in mail with IE 11, seems to have no effect anyway ;-) --- mail/templates/default/app.css | 4 ---- mail/templates/pixelegg/app.css | 14 -------------- mail/templates/pixelegg/app.less | 5 ----- 3 files changed, 23 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index a6a324846e..e4bc35463d 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -273,10 +273,6 @@ pre { width: 100%; display: table-row; } -.dtree tbody, .dtree tr, .dtree td, .dtree span { - width: 100%; - overflow: hidden; -} .useEllipsis { text-overflow: ellipsis; width: 250px; diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index d3b6473f29..46f68fb53c 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -268,13 +268,6 @@ pre { width: 100%; display: table-row; } -.dtree tbody, -.dtree tr, -.dtree td, -.dtree span { - width: 100%; - overflow: hidden; -} .useEllipsis { text-overflow: ellipsis; width: 250px; @@ -2104,13 +2097,6 @@ pre { width: 100%; display: table-row; } -.dtree tbody, -.dtree tr, -.dtree td, -.dtree span { - width: 100%; - overflow: hidden; -} .useEllipsis { text-overflow: ellipsis; width: 250px; diff --git a/mail/templates/pixelegg/app.less b/mail/templates/pixelegg/app.less index 16b2f5253c..96eb288ca4 100755 --- a/mail/templates/pixelegg/app.less +++ b/mail/templates/pixelegg/app.less @@ -1394,11 +1394,6 @@ pre { width: 100%; display: table-row; } - tbody, tr, td, span { - width: 100%; - overflow: hidden; - } - // Ende dtree }