Adjust width for resized popup windows, since we are trying to use fix width for edit popups

This commit is contained in:
Hadi Nategh 2014-03-10 16:04:01 +00:00
parent c43550a54b
commit 96a6a7ee1a
2 changed files with 2 additions and 1 deletions

View File

@ -214,7 +214,7 @@
{
// Resize popup when et2 load is done
jQuery(node).one("load",function() {
window.resizeTo(jQuery(document).width()+20,jQuery(document).height()+70);
window.resizeTo(jQuery(document).width()+25,jQuery(document).height()+70);
});
}
var et2 = new etemplate2(node, currentapp+".etemplate_new.ajax_process_content.etemplate");

View File

@ -291,6 +291,7 @@ body {
margin: 8px;
border: solid 1px #7e7e7e;
padding-bottom: 0px;
width:98%;
}
#divLogo