Keep expander fields left aligned together with html checkbox in compose dialog

This commit is contained in:
Hadi Nategh 2018-07-05 14:42:11 +02:00
parent 01de6fe629
commit a3643370a6
4 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<row class="mailComposeHeaders"> <row class="mailComposeHeaders">
<description value="Subject"/> <description value="Subject"/>
<textbox align="left" width="100%" id="subject" height="25" onchange="app.mail.subject2title"/> <textbox align="left" width="100%" id="subject" height="25" onchange="app.mail.subject2title"/>
<hbox align="right"> <hbox align="left">
<checkbox statustext="Change editor type" label="HTML" id="mimeType" onchange="app.mail.submitOnChange" options=",, ,disable" tabindex="7"/> <checkbox statustext="Change editor type" label="HTML" id="mimeType" onchange="app.mail.submitOnChange" options=",, ,disable" tabindex="7"/>
</hbox> </hbox>
</row> </row>

View File

@ -1219,6 +1219,7 @@ body {
float: none; float: none;
width: auto; width: auto;
white-space: nowrap; white-space: nowrap;
text-align: left;
} }
#mail-compose .mailComposeHeaders input#mail-compose_subject, #mail-compose .mailComposeHeaders input#mail-compose_subject,
#mail-compose .mailComposeHeadersSection input#mail-compose_subject { #mail-compose .mailComposeHeadersSection input#mail-compose_subject {

View File

@ -1207,6 +1207,7 @@ body {
float: none; float: none;
width: auto; width: auto;
white-space: nowrap; white-space: nowrap;
text-align: left;
} }
#mail-compose .mailComposeHeaders input#mail-compose_subject, #mail-compose .mailComposeHeaders input#mail-compose_subject,
#mail-compose .mailComposeHeadersSection input#mail-compose_subject { #mail-compose .mailComposeHeadersSection input#mail-compose_subject {

View File

@ -278,6 +278,7 @@ body {
float: none; float: none;
width: auto; width: auto;
white-space: nowrap; white-space: nowrap;
text-align: left;
} }
/*Betreff*/ /*Betreff*/
input#mail-compose_subject { input#mail-compose_subject {