mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-26 07:49:14 +01:00
Add right class for mail Display header to be able expandable. Need to be applied in pixelegg template too
This commit is contained in:
parent
4cce431c6f
commit
2cce4c30c2
@ -541,7 +541,25 @@ div.mailComposeHeaders > span:first-child {
|
|||||||
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
|
div.mailDisplayHeaders > span:first-child, div.mailComposeHeaders > span:first-child, div.mailComposeBody, div.mailPreviewHeaders > * {
|
||||||
margin-left: 3px;
|
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 {
|
div.mailComposeBody {
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user