From 2cce4c30c2fe8dd534492f6c6d8f1467e815c6f8 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 4 Feb 2014 12:53:58 +0000 Subject: [PATCH] Add right class for mail Display header to be able expandable. Need to be applied in pixelegg template too --- mail/templates/default/app.css | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/mail/templates/default/app.css b/mail/templates/default/app.css index 6413442f86..8574bec04d 100644 --- a/mail/templates/default/app.css +++ b/mail/templates/default/app.css @@ -541,7 +541,25 @@ div.mailComposeHeaders > span:first-child { div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * { margin-left: 3px; } - +div.mailDisplayHeaders div.mail_extraEmails +{ + display: inline-block; + max-height: 1.3em; + max-width: 50%; + overflow: hidden; + text-overflow: ellipsis; +} +div.mailDisplayHeaders div.mail_extraEmails.visible +{ + position: fixed; + left: 7em; + display: block; + max-height: 8em; + min-width: 30em; + z-index: 999; + overflow-y: auto; + background-color: white; +} div.mailComposeBody { white-space: normal !important; }