Index: lams_central/web/includes/javascript/dialog.js =================================================================== diff -u -r36e474218e1201198ba926e57e56c7a885db1a9f -r84bff3beda5376af26640aa8aab7e4aa7fe65690 --- lams_central/web/includes/javascript/dialog.js (.../dialog.js) (revision 36e474218e1201198ba926e57e56c7a885db1a9f) +++ lams_central/web/includes/javascript/dialog.js (.../dialog.js) (revision 84bff3beda5376af26640aa8aab7e4aa7fe65690) @@ -123,7 +123,7 @@ // center the dialog internalDialog.position({ 'my' : 'top', - 'at' : 'center top+20px', + 'at' : 'center top', 'of' : window }); Index: lams_central/web/includes/javascript/groupDisplay.js =================================================================== diff -u -r481d8af8e0dfa898a103943c6088b753f36e6e36 -r84bff3beda5376af26640aa8aab7e4aa7fe65690 --- lams_central/web/includes/javascript/groupDisplay.js (.../groupDisplay.js) (revision 481d8af8e0dfa898a103943c6088b753f36e6e36) +++ lams_central/web/includes/javascript/groupDisplay.js (.../groupDisplay.js) (revision 84bff3beda5376af26640aa8aab7e4aa7fe65690) @@ -161,7 +161,6 @@ 'autoOpen' : false, 'height' : 600, 'width' : 1024, - 'draggable' : false, 'title' : LABELS.MONITORING_TITLE, 'open' : function() { // load contents after opening the dialog @@ -201,7 +200,6 @@ 'orgID' : orgID }, 'modal' : true, - 'draggable' : false, 'height' : 740, 'width' : 850, 'title' : LABELS.ADD_LESSON_TITLE, @@ -530,7 +528,7 @@ function showAuthoringDialog(learningDesignID){ showDialog('dialogAuthoring', { - 'height' : $(window).height() - 10, + 'height' : $(window).height() - 40, 'width' : 1280, 'title' : 'Authoring', 'beforeClose' : function(){