mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-25 17:33:49 +01:00
Fix mail list filters break when switch to vertical splitter
This commit is contained in:
parent
05b2f22a95
commit
25d5465ec6
@ -169,6 +169,7 @@ app.classes.mail = AppJS.extend(
|
||||
this.mail_isMainWindow = true;
|
||||
var previewPane = this.egw.preference('previewPane', 'mail');
|
||||
this.mail_disablePreviewArea(previewPane !== 'fixed' && previewPane !== 'vertical');
|
||||
if (previewPane == 'vertical') nm.header.right_div.addClass('vertical_splitter');
|
||||
//Get initial folder status
|
||||
this.mail_refreshFolderStatus(undefined,undefined,false);
|
||||
|
||||
|
@ -903,4 +903,7 @@ div.mailComposeHeaderSection>table {
|
||||
|
||||
#mail-index_nm.et2_nextmatch .egwGridView_outer thead tr {border-left: 12px solid transparent;}
|
||||
|
||||
#mail-compose_mailaccount {max-width: 100% !important;}
|
||||
#mail-compose_mailaccount {max-width: 100% !important;}
|
||||
|
||||
.header_row_right.vertical_splitter {float:left;}
|
||||
.header_row_right.vertical_splitter div#mail-index_mail-index-vacationnotice .et2_vbox {margin-right: 0;}
|
@ -890,6 +890,12 @@ div.mailComposeHeaderSection > table {
|
||||
#mail-compose_mailaccount {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
.header_row_right.vertical_splitter {
|
||||
float: left;
|
||||
}
|
||||
.header_row_right.vertical_splitter div#mail-index_mail-index-vacationnotice .et2_vbox {
|
||||
margin-right: 0;
|
||||
}
|
||||
#popupMainDiv {
|
||||
padding: 5px;
|
||||
}
|
||||
|
@ -878,6 +878,12 @@ div.mailComposeHeaderSection > table {
|
||||
#mail-compose_mailaccount {
|
||||
max-width: 100% !important;
|
||||
}
|
||||
.header_row_right.vertical_splitter {
|
||||
float: left;
|
||||
}
|
||||
.header_row_right.vertical_splitter div#mail-index_mail-index-vacationnotice .et2_vbox {
|
||||
margin-right: 0;
|
||||
}
|
||||
#popupMainDiv {
|
||||
padding: 5px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user