mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-05 05:29:13 +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)
|
edit_subscribe: function (_action,_senders)
|
||||||
{
|
{
|
||||||
var acc_id = parseInt(_senders[0].id);
|
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)
|
folderManagement: function (_action,_senders)
|
||||||
{
|
{
|
||||||
var acc_id = parseInt(_senders[0].id);
|
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-subscribe table.et2_grid tr td et2-box,
|
||||||
#mail-folder_management table.et2_grid tr td et2-box {
|
#mail-folder_management table.et2_grid tr td et2-box {
|
||||||
margin-top: 16px;
|
margin-top: 16px;
|
||||||
height: 484px;
|
height: 460px;
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user