Index: lams_central/web/css/authoring.css =================================================================== diff -u -r07865c855b32c77613ed72dd81cd499033dca4dd -r1f8f01e0c6130988fc10987e3c298d89e8e0e19c --- lams_central/web/css/authoring.css (.../authoring.css) (revision 07865c855b32c77613ed72dd81cd499033dca4dd) +++ lams_central/web/css/authoring.css (.../authoring.css) (revision 1f8f01e0c6130988fc10987e3c298d89e8e0e19c) @@ -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 -r3223802379916b7bb9eef32a8c9c3519b4c19acf -r1f8f01e0c6130988fc10987e3c298d89e8e0e19c --- lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 3223802379916b7bb9eef32a8c9c3519b4c19acf) +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js (.../authoringGeneral.js) (revision 1f8f01e0c6130988fc10987e3c298d89e8e0e19c) @@ -786,6 +786,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();