mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Make subscription and folderManagement dialogs slightly bigger
This commit is contained in:
parent
78cfc3ce7c
commit
2e5cc0de10
@ -4369,7 +4369,7 @@ app.classes.mail = AppJS.extend(
|
||||
edit_subscribe: function (_action,_senders)
|
||||
{
|
||||
var acc_id = parseInt(_senders[0].id);
|
||||
this.egw.open_link('mail.mail_ui.subscription&acc_id='+acc_id, '_blank', '720x500');
|
||||
this.egw.open_link('mail.mail_ui.subscription&acc_id='+acc_id, '_blank', '720x580');
|
||||
},
|
||||
|
||||
/**
|
||||
@ -5432,7 +5432,7 @@ app.classes.mail = AppJS.extend(
|
||||
folderManagement: function (_action,_senders)
|
||||
{
|
||||
var acc_id = parseInt(_senders[0].id);
|
||||
this.egw.open_link('mail.mail_ui.folderManagement&acc_id='+acc_id, '_blank', '720x500');
|
||||
this.egw.open_link('mail.mail_ui.folderManagement&acc_id='+acc_id, '_blank', '720x580');
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -763,7 +763,7 @@ div.mailPreviewHeaders #mail-index_previewAttachmentArea.visible {
|
||||
#mail-subscribe table.et2_grid tr td et2-box,
|
||||
#mail-folder_management table.et2_grid tr td et2-box {
|
||||
margin-top: 16px;
|
||||
height: 484px;
|
||||
height: 460px;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user