mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-19 17:38:06 +02:00
add needed white-space pre for IE (for use in IE)
This commit is contained in:
parent
c786cf7553
commit
e789a8f3ee
@ -567,7 +567,9 @@ div.mailDisplayHeaders div.mail_extraEmails.visible
|
|||||||
div.mailComposeBody {
|
div.mailComposeBody {
|
||||||
white-space: normal !important;
|
white-space: normal !important;
|
||||||
}
|
}
|
||||||
|
#mail-compose_mail_plaintext {
|
||||||
|
white-space: pre !important;
|
||||||
|
}
|
||||||
div.mailPreviewHeaders div.mail_extraEmails {
|
div.mailPreviewHeaders div.mail_extraEmails {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
max-height: 1.3em;
|
max-height: 1.3em;
|
||||||
@ -636,4 +638,4 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
|||||||
#mail-subscribe table.et2_grid tr td div.et2_box {
|
#mail-subscribe table.et2_grid tr td div.et2_box {
|
||||||
height: 500px;
|
height: 500px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
@ -100,7 +100,7 @@
|
|||||||
<htmlarea span="all" name="mail_htmltext" id="mail_htmltext" expand_toolbar="true" height="320px" width="100%" />
|
<htmlarea span="all" name="mail_htmltext" id="mail_htmltext" expand_toolbar="true" height="320px" width="100%" />
|
||||||
</hbox>
|
</hbox>
|
||||||
<hbox disabled="@is_html" class="mailComposeBody">
|
<hbox disabled="@is_html" class="mailComposeBody">
|
||||||
<textbox multiline="true" rows="15" cols="120" width="99%" span="all" name="mail_plaintext" id="mail_plaintext"/>
|
<textbox multiline="true" rows="15" cols="120" width="99%" span="all" no_lang="1" name="mail_plaintext" id="mail_plaintext"/>
|
||||||
</hbox>
|
</hbox>
|
||||||
<groupbox class="mailSignature">
|
<groupbox class="mailSignature">
|
||||||
<menulist>
|
<menulist>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user