Index: lams_monitoring/web/css/monitorLesson.css =================================================================== diff -u -r2e8943ef8ab66539714aa64d6b3df61ca12c9c5b -r91717fbb4a049a8928d97d06c382344b95a3cc3f --- lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision 2e8943ef8ab66539714aa64d6b3df61ca12c9c5b) +++ lams_monitoring/web/css/monitorLesson.css (.../monitorLesson.css) (revision 91717fbb4a049a8928d97d06c382344b95a3cc3f) @@ -226,7 +226,6 @@ } #classLearnerTable { - width: 320px; border-right: thin solid black; } @@ -235,7 +234,6 @@ } #classMonitorTable { - width: 320px; margin-left: 10px; } Index: lams_monitoring/web/includes/javascript/monitorLesson.js =================================================================== diff -u -r2e8943ef8ab66539714aa64d6b3df61ca12c9c5b -r91717fbb4a049a8928d97d06c382344b95a3cc3f --- lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 2e8943ef8ab66539714aa64d6b3df61ca12c9c5b) +++ lams_monitoring/web/includes/javascript/monitorLesson.js (.../monitorLesson.js) (revision 91717fbb4a049a8928d97d06c382344b95a3cc3f) @@ -1,4 +1,4 @@ -// ********** GLOBAL VARIABLES ********** +// ********** GLOBAL VARIABLES ********** // copy of lesson SVG so it does no need to be fetched every time var originalSequenceCanvas = null, // DIV container for lesson SVG @@ -103,7 +103,7 @@ // sets up dialog for editing class var classDialog = showDialog('classDialog',{ 'autoOpen' : false, - 'width' : 700, + 'width' : 450, 'title' : LABELS.LESSON_EDIT_CLASS, 'resizable' : true, 'open' : function(){