Index: lams_tool_images/web/includes/javascript/thickbox.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_images/web/includes/javascript/thickbox.js,v diff -u -r1.9.2.1 -r1.9.2.2 --- lams_tool_images/web/includes/javascript/thickbox.js 2 May 2015 10:46:49 -0000 1.9.2.1 +++ lams_tool_images/web/includes/javascript/thickbox.js 6 May 2015 14:40:59 -0000 1.9.2.2 @@ -292,6 +292,7 @@ function tb_position() { jQuery("#TB_window").css({marginLeft: '-' + parseInt((TB_WIDTH / 2),10) + 'px', width: TB_WIDTH + 'px'}); + $("#TB_window").css({marginTop: '-' + parseInt((TB_HEIGHT / 2),10) + 'px'}); } function tb_parseQuery ( query ) {