From 2cc8d1a49bef759f3cc06105a39fbbe7e7eee311 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 4 Sep 2014 10:54:32 +0000 Subject: [PATCH] Apply grid style to attachment area of mail preview (Make it standard like other attachments area) --- mail/templates/default/app.css | 2 +- mail/templates/default/index.xet | 6 +++--- mail/templates/pixelegg/app.css | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 17d84106a6..43f1605f8d 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -183,7 +183,6 @@ A.sieveRowInActive } table tr.attachmentRow > td{ padding:0 !important; - max-width: 0px; } table tr.attachmentRow > td > img { background:transparent; @@ -289,6 +288,7 @@ pre { white-space: nowrap; overflow: hidden; word-wrap: break-word; + max-width: 0px; } #mail-index { position: relative diff --git a/mail/templates/default/index.xet b/mail/templates/default/index.xet index 8a336d1e6b..fa38fb9e4f 100644 --- a/mail/templates/default/index.xet +++ b/mail/templates/default/index.xet @@ -78,7 +78,7 @@ - + @@ -92,12 +92,12 @@ - + - + diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 297f968c46..43b914b657 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -176,7 +176,6 @@ A.sieveRowInActive { } table tr.attachmentRow > td { padding: 0 !important; - max-width: 0px; } table tr.attachmentRow > td > img { background: transparent; @@ -285,6 +284,7 @@ pre { white-space: nowrap; overflow: hidden; word-wrap: break-word; + max-width: 0px; } #mail-index { position: relative;