Index: lams_tool_assessment/web/pages/learning/learning.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_tool_assessment/web/pages/learning/learning.jsp,v diff -u -r1.43 -r1.44 --- lams_tool_assessment/web/pages/learning/learning.jsp 31 Jul 2015 08:01:37 -0000 1.43 +++ lams_tool_assessment/web/pages/learning/learning.jsp 30 Sep 2016 11:53:41 -0000 1.44 @@ -135,8 +135,14 @@ //show confirmation dialog $.blockUI({ message: $('#timelimit-start-dialog'), - css: { width: '325px', height: '120px'}, - overlayCSS: { opacity: '.98'} + css: { + width: '325px', + height: '120px', + top: '200px' // added in order to prevent displaying of the dialog out of the page on iOS devices + }, + overlayCSS: { + opacity: '.98' + } }); //once OK button pressed start countdown