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 03fd308d00
commit 71442541f5
4 changed files with 4 additions and 1 deletions

View File

@ -78,7 +78,7 @@
<row class="mailComposeHeaders">
<description value="Subject"/>
<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"/>
</hbox>
</row>

View File

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

View File

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

View File

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