forked from extern/egroupware
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;
|
||||||
|
@ -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…
Reference in New Issue
Block a user