Index: lams_central/web/css/authoring.css =================================================================== RCS file: /usr/local/cvsroot/lams_central/web/css/authoring.css,v diff -u -r1.30.2.3 -r1.30.2.4 --- lams_central/web/css/authoring.css 10 Sep 2015 11:03:43 -0000 1.30.2.3 +++ lams_central/web/css/authoring.css 11 Oct 2015 14:32:25 -0000 1.30.2.4 @@ -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.51.2.24 -r1.51.2.25 --- lams_central/web/includes/javascript/authoring/authoringGeneral.js 8 Oct 2015 15:47:13 -0000 1.51.2.24 +++ lams_central/web/includes/javascript/authoring/authoringGeneral.js 11 Oct 2015 14:32:25 -0000 1.51.2.25 @@ -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();