mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
Keep expander fields left aligned together with html checkbox in compose dialog
This commit is contained in:
parent
03fd308d00
commit
71442541f5
@ -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>
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -278,6 +278,7 @@ body {
|
||||
float: none;
|
||||
width: auto;
|
||||
white-space: nowrap;
|
||||
text-align: left;
|
||||
}
|
||||
/*Betreff*/
|
||||
input#mail-compose_subject {
|
||||
|
Loading…
Reference in New Issue
Block a user