mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Fix couple of glitches in mail compose
This commit is contained in:
parent
87c9d72db9
commit
c7b6472a96
@ -876,3 +876,5 @@ div.mailComposeHeaderSection>table {
|
||||
.sieve-title .ruleID::before {content:'#'}
|
||||
|
||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
|
||||
|
||||
#mail-compose_mailaccount {max-width: 100% !important;}
|
@ -74,7 +74,9 @@
|
||||
<row class="mailComposeHeaders">
|
||||
<description value="Subject"/>
|
||||
<textbox align="left" width="100%" id="subject" height="25" onchange="app.mail.subject2title"/>
|
||||
<checkbox statustext="Change editor type" label="HTML" id="mimeType" onchange="app.mail.submitOnChange" options=",, ,disable" tabindex="7"/>
|
||||
<hbox align="right">
|
||||
<checkbox statustext="Change editor type" label="HTML" id="mimeType" onchange="app.mail.submitOnChange" options=",, ,disable" tabindex="7"/>
|
||||
</hbox>
|
||||
</row>
|
||||
<row>
|
||||
<description/>
|
||||
|
@ -861,6 +861,9 @@ div.mailComposeHeaderSection > table {
|
||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
||||
border-left: 12px solid transparent;
|
||||
}
|
||||
#mail-compose_mailaccount {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
#popupMainDiv {
|
||||
padding: 5px;
|
||||
}
|
||||
@ -2285,6 +2288,9 @@ div.mailPreviewHeaders div.mail_extraEmails img.et2_button_icon {
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
}
|
||||
div.mailPreviewHeaders img.et2_button_icon {
|
||||
background-color: inherit;
|
||||
}
|
||||
#mail-index_previewAttachmentArea {
|
||||
background-color: #f0f0f0;
|
||||
border-color: #E6E6E6;
|
||||
|
@ -849,6 +849,9 @@ div.mailComposeHeaderSection > table {
|
||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {
|
||||
border-left: 12px solid transparent;
|
||||
}
|
||||
#mail-compose_mailaccount {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
#popupMainDiv {
|
||||
padding: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user