mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-18 20:08:34 +01:00
hide by default hidden compose header-lines, to not show them briefly before hidden by app.js
also align To dropdown-button with the other labels
This commit is contained in:
parent
802398320b
commit
24087af242
@ -4714,10 +4714,14 @@ app.classes.mail = AppJS.extend(
|
||||
widgets[expanderBtn].widget.set_disabled(false);
|
||||
jQuery(widgets[widget].jQClass).hide();
|
||||
}
|
||||
else
|
||||
{
|
||||
jQuery(widgets[widget].jQClass).show();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
/**
|
||||
* Display Folder,Cc or Bcc fields in compose popup
|
||||
*
|
||||
* @param {jQuery event} event
|
||||
|
@ -1132,4 +1132,15 @@ table.et2_egw_action_ddHelper_row .innerContainer {
|
||||
|
||||
.et2_egw_action_ddHelper_row et2-vbox::part(base) {
|
||||
gap: 1px;
|
||||
}
|
||||
|
||||
/* hide by default hidden compose header-lines, to not show them briefly before hidden by app.js */
|
||||
tr.mailComposeJQueryCc, tr.mailComposeJQueryBcc, tr.mailComposeJQueryFolder, tr.mailComposeJQueryReplyto {
|
||||
display: none;
|
||||
}
|
||||
tr.mailComposeHeaders > td > et2-dropdown {
|
||||
position: relative;
|
||||
left: -1em;
|
||||
width: 100%;
|
||||
max-width: 100%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user