Index: lams_central/web/main.jsp =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/main.jsp,v diff -u -r1.63 -r1.64 --- lams_central/web/main.jsp 8 Jul 2013 13:29:40 -0000 1.63 +++ lams_central/web/main.jsp 5 Aug 2013 12:26:21 -0000 1.64 @@ -125,7 +125,7 @@ $('#monitorDialog').dialog({ 'autoOpen' : false, 'height' : 600, - 'width' : 800, + 'width' : 1024, 'modal' : true, 'resizable' : false, 'hide' : 'fold', @@ -362,4 +362,4 @@ - \ No newline at end of file + Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/groupDisplay.js,v diff -u -r1.23 -r1.24 --- lams_central/web/includes/javascript/groupDisplay.js 29 Jul 2013 23:12:01 -0000 1.23 +++ lams_central/web/includes/javascript/groupDisplay.js 5 Aug 2013 12:26:21 -0000 1.24 @@ -115,7 +115,7 @@ { 'autoOpen' : false, 'height' : 600, - 'width' : 800, + 'width' : 1024, 'modal' : true, 'resizable' : false, 'hide' : 'fold', @@ -483,4 +483,4 @@ function closeWizard() { setTimeout(refresh, 1000); tb_remove(); -} \ No newline at end of file +} Index: lams_monitoring/web/css/monitorLesson.css =================================================================== RCS file: /usr/local/cvsroot/lams_monitoring/web/css/monitorLesson.css,v diff -u -r1.9 -r1.10 --- lams_monitoring/web/css/monitorLesson.css 5 Jul 2013 14:04:56 -0000 1.9 +++ lams_monitoring/web/css/monitorLesson.css 5 Aug 2013 12:27:01 -0000 1.10 @@ -1,6 +1,6 @@ /********** GENERAL/DIALOG STYLES **********/ div#tabs { - width: 768px; + width: 99%; height: 574px; overflow: hidden; } @@ -166,7 +166,7 @@ div#sequenceCanvas { text-align: center; height: 478px; - width: 768px; + width: 1024px; overflow: auto; } @@ -251,4 +251,4 @@ td.progressBarLabel a { float: right; margin: 6px 5px 4px 0; -} \ No newline at end of file +}