Increase popup padding by 20x30 pixels

This commit is contained in:
Nathan Gray 2014-10-07 23:28:33 +00:00
parent ec2f474b16
commit 5a4ca587bb

View File

@ -224,7 +224,7 @@
{ {
// Resize popup when et2 load is done // Resize popup when et2 load is done
jQuery(node).one("load",function() { 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"); var et2 = new etemplate2(node, currentapp+".etemplate_new.ajax_process_content.etemplate");