Index: lams_central/web/includes/javascript/main.js =================================================================== diff -u -ra49ad1a34b02a266e498b34eac28a2997e1fd69a -r055289acb7212f0a65e5be99e457e1eef9fef7a6 --- lams_central/web/includes/javascript/main.js (.../main.js) (revision a49ad1a34b02a266e498b34eac28a2997e1fd69a) +++ lams_central/web/includes/javascript/main.js (.../main.js) (revision 055289acb7212f0a65e5be99e457e1eef9fef7a6) @@ -459,7 +459,7 @@ function showPrivateNotificationsDialog(){ var notificationDialog = showDialog("dialogPrivateNotifications", { - 'height' : 650, + 'height' : 600, 'width' : 'auto', 'title' : LABELS.PRIVATE_NOTIFICATIONS_TITLE, 'close' : function(){ @@ -567,7 +567,7 @@ 'data' : { 'lessonID' : lessonID }, - 'height' : 750, + 'height' : 600, 'width' : 'auto', 'modal' : false, 'title' : LABELS.CONDITIONS_TITLE, @@ -587,7 +587,7 @@ 'data' : { 'orgID' : orgID }, - 'height' : 400, + 'height' : 600, 'width' : 'auto', 'modal' : false, 'title' : LABELS.SEARCH_LESSON_TITLE,