From 31c7420861c4f5d2323d6e8d48af339c62e8c509 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 13 Jan 2015 13:44:37 +0000 Subject: [PATCH] Fix attachments box in mail preview for F.F --- mail/templates/default/app.css | 3 ++- mail/templates/pixelegg/app.css | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 868edf5f9d..139b067a00 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -525,7 +525,7 @@ div.mail-compose_fileselector { } #mail-index_previewAttachmentArea { background-color:#f0f0f0; - max-height: 1.6em; + max-height: 3.6em; max-width: 50%; overflow:scroll; overflow-x:hidden; @@ -534,6 +534,7 @@ div.mail-compose_fileselector { -moz-opacity:1; filter: Alpha(opacity=100); display: inline-block !important; + width:100%; vertical-align: text-top; } #mail-index_previewAttachmentArea.noContent { diff --git a/mail/templates/pixelegg/app.css b/mail/templates/pixelegg/app.css index 6bb22e46de..7a45cd70b5 100755 --- a/mail/templates/pixelegg/app.css +++ b/mail/templates/pixelegg/app.css @@ -525,7 +525,7 @@ div.mail-compose_fileselector { } #mail-index_previewAttachmentArea { background-color: #f0f0f0; - max-height: 1.6em; + max-height: 3.6em; max-width: 50%; overflow: scroll; overflow-x: hidden; @@ -534,6 +534,7 @@ div.mail-compose_fileselector { -moz-opacity: 1; filter: alpha(opacity=100); display: inline-block !important; + width: 100%; vertical-align: text-top; } #mail-index_previewAttachmentArea.noContent {