Fix couple of glitches in mail compose

This commit is contained in:
Hadi Nategh 2016-09-14 10:32:44 +02:00
parent 87c9d72db9
commit c7b6472a96
4 changed files with 14 additions and 1 deletions

View File

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

View File

@ -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/>

View File

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

View File

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