Change popup positioning to absolute, maybe works better in FF/IE

This commit is contained in:
Nathan Gray 2012-10-22 19:21:05 +00:00
parent 7f2962b08e
commit 2bf57629fa

View File

@ -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
});