Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.32 -r1.33 --- lams_central/web/css/authoring.css 6 Jul 2015 09:56:20 -0000 1.32 +++ lams_central/web/css/authoring.css 11 Oct 2015 14:29:20 -0000 1.33 @@ -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 =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/includes/javascript/authoring/authoringGeneral.js,v diff -u -r1.73 -r1.74 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 8 Oct 2015 15:44:52 -0000 1.73 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 11 Oct 2015 14:29:19 -0000 1.74 @@ -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();