Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== diff -u -r33da76d05725a84e191a5f6dca50b394cca3c1ee -r542060e9b2e8aa5fe7e79115cab2f061f13ebaed --- lams_central/web/includes/javascript/groupDisplay.js (.../groupDisplay.js) (revision 33da76d05725a84e191a5f6dca50b394cca3c1ee) +++ lams_central/web/includes/javascript/groupDisplay.js (.../groupDisplay.js) (revision 542060e9b2e8aa5fe7e79115cab2f061f13ebaed) @@ -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_central/web/main.jsp =================================================================== diff -u -r4166c2c316d883794011c0b6bede4dd54c104779 -r542060e9b2e8aa5fe7e79115cab2f061f13ebaed --- lams_central/web/main.jsp (.../main.jsp) (revision 4166c2c316d883794011c0b6bede4dd54c104779) +++ lams_central/web/main.jsp (.../main.jsp) (revision 542060e9b2e8aa5fe7e79115cab2f061f13ebaed) @@ -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_monitoring/web/css/monitorLesson.css =================================================================== diff -u -rf992a141ad8dac72d1db43fbe4a7ed460a093dd0 -r542060e9b2e8aa5fe7e79115cab2f061f13ebaed --- lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision f992a141ad8dac72d1db43fbe4a7ed460a093dd0) +++ lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision 542060e9b2e8aa5fe7e79115cab2f061f13ebaed) @@ -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 +}