Add right class for mail Display header to be able expandable. Need to be applied in pixelegg template too

This commit is contained in:
Hadi Nategh 2014-02-04 12:53:58 +00:00
parent 4cce431c6f
commit 2cce4c30c2

View File

@ -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;
}