mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-23 07:09:20 +01:00
Increase popup padding by 20x30 pixels
This commit is contained in:
parent
cdae84a3ba
commit
7bcf736f09
@ -224,7 +224,7 @@
|
||||
{
|
||||
// Resize popup when et2 load is done
|
||||
jQuery(node).one("load",function() {
|
||||
window.resizeTo(jQuery(document).width()+25,jQuery(document).height()+70);
|
||||
window.resizeTo(jQuery(document).width()+45,jQuery(document).height()+100);
|
||||
});
|
||||
}
|
||||
var et2 = new etemplate2(node, currentapp+".etemplate_new.ajax_process_content.etemplate");
|
||||
|
Loading…
Reference in New Issue
Block a user