forked from extern/egroupware
Keep expander fields left aligned together with html checkbox in compose dialog
This commit is contained in:
parent
01de6fe629
commit
a3643370a6
@ -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>
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user