Index: lams_central/web/includes/javascript/thickbox.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/thickbox.js,v diff -u -r1.1.2.1 -r1.1.2.2 --- lams_central/web/includes/javascript/thickbox.js 2 May 2015 08:16:42 -0000 1.1.2.1 +++ lams_central/web/includes/javascript/thickbox.js 6 May 2015 14:40:58 -0000 1.1.2.2 @@ -285,6 +285,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 ) {