forked from extern/egroupware
Change popup positioning to absolute, maybe works better in FF/IE
This commit is contained in:
parent
7f2962b08e
commit
2bf57629fa
@ -1034,6 +1034,7 @@ function edit_series(id,date)
|
||||
|
||||
var popup = jQuery("#edit_series").show();
|
||||
popup.css({
|
||||
position: "absolute",
|
||||
top: $j(window).height()/2-popup.height()/2,
|
||||
left: $j(window).width()/2-popup.width()/2
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user