forked from extern/egroupware
Fix fields in composer are not equally aligned
This commit is contained in:
parent
fb8b1d5fdc
commit
d17f7d2e55
@ -1131,4 +1131,7 @@ et2-split#mail-index_mailSplitter.limitted .header_count {
|
||||
}
|
||||
et2-split#mail-index_mailSplitter.squeezed .mail-index_quotabox{
|
||||
display: none;
|
||||
}
|
||||
.expanderFirstRow {
|
||||
position: absolute;
|
||||
}
|
@ -29,7 +29,7 @@
|
||||
<row class="mailComposeHeaders" >
|
||||
<et2-description value="From"></et2-description>
|
||||
<et2-select id="mailaccount" onchange="app.mail.submitOnChange"></et2-select>
|
||||
<et2-vbox>
|
||||
<et2-vbox class="expanderFirstRow">
|
||||
<et2-description id="replyto_expander" value="Reply to" class="et2_button_text" onclick="app.mail.compose_fieldExpander"></et2-description>
|
||||
<et2-description id="folder_expander" value="Folder" class="et2_button_text" onclick="app.mail.compose_fieldExpander"></et2-description>
|
||||
<et2-textbox class="mail-index_quotaDisplayNone" readonly="true" id="composeID"></et2-textbox>
|
||||
|
Loading…
Reference in New Issue
Block a user