From 5ccc1dec16ec46422544c984f4b884ae25fef066 Mon Sep 17 00:00:00 2001 From: Madhura Jayaratne Date: Sun, 31 Jul 2011 15:53:35 +0530 Subject: [PATCH] Styles adjusted to suit the AJAX dialog --- js/tbl_change.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/tbl_change.js b/js/tbl_change.js index 4860ead0c7..236d7c860a 100644 --- a/js/tbl_change.js +++ b/js/tbl_change.js @@ -308,7 +308,7 @@ $(document).ready(function() { var popupOffsetTop = windowHeight / 2 - popupHeight / 2; var popupOffsetLeft = windowWidth / 2 - popupWidth / 2; var $gis_editor = $("#gis_editor"); - $gis_editor.css({"position":"absolute", "top": popupOffsetTop, "left": popupOffsetLeft, "width": popupWidth, "height": popupHeight}); + $gis_editor.css({"top": popupOffsetTop, "left": popupOffsetLeft, "width": popupWidth, "height": popupHeight}); // Current value var value = $span.parent('td').children("input[type='text']").val();