mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-19 04:18:19 +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,6 +4714,10 @@ app.classes.mail = AppJS.extend(
|
||||
widgets[expanderBtn].widget.set_disabled(false);
|
||||
jQuery(widgets[widget].jQClass).hide();
|
||||
}
|
||||
else
|
||||
{
|
||||
jQuery(widgets[widget].jQClass).show();
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
|
@ -1133,3 +1133,14 @@ 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