forked from extern/egroupware
Adjust width for resized popup windows, since we are trying to use fix width for edit popups
This commit is contained in:
parent
c43550a54b
commit
96a6a7ee1a
@ -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");
|
||||
|
@ -291,6 +291,7 @@ body {
|
||||
margin: 8px;
|
||||
border: solid 1px #7e7e7e;
|
||||
padding-bottom: 0px;
|
||||
width:98%;
|
||||
}
|
||||
|
||||
#divLogo
|
||||
|
Loading…
Reference in New Issue
Block a user