Index: lams_central/web/css/authoring.css =================================================================== diff -u -rb0936378b4a07143f0a8fdf3ca8067cbb4526f33 -r356c6299ef6bab0bccd292e6afae57f66ed9758e --- lams_central/web/css/authoring.css (.../authoring.css) (revision b0936378b4a07143f0a8fdf3ca8067cbb4526f33) +++ lams_central/web/css/authoring.css (.../authoring.css) (revision 356c6299ef6bab0bccd292e6afae57f66ed9758e) @@ -99,7 +99,6 @@ div#ldStoreDialog > table { width: 100%; - height: 682px; table-layout: fixed; } @@ -115,7 +114,7 @@ } div#ldStoreDialog #ldStoreDialogAccessCell { - height: 200px; + height: 150px; vertical-align: top; border-top: thin dotted #2E6E9E; border-right: thin dotted #2E6E9E; Index: lams_central/web/includes/javascript/authoring/authoringGeneral.js =================================================================== diff -u -r8db7b91664e9d8cdb4348ab9e44c747033ac5831 -r356c6299ef6bab0bccd292e6afae57f66ed9758e --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 8db7b91664e9d8cdb4348ab9e44c747033ac5831) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 356c6299ef6bab0bccd292e6afae57f66ed9758e) @@ -781,6 +781,11 @@ ]), 'open' : function(){ + // calculate initial height of the table and maximum height of LD list + var documentHeight = +$(document).height(); + $('table', this).css('height', documentHeight - 120 + 'px'); + $('#ldStoreDialogTree', this).css('max-height', documentHeight - 285 + 'px'); + GeneralLib.showLearningDesignThumbnail(); $('#leftDialogButtonContainer').remove();