Index: lams_central/web/includes/javascript/outcome.js =================================================================== diff -u -re6dc4db4137cfd6b07a4aa79711b9d12b39fb78e -r85121f2d5a0394c96ef2ad1859c22b82391279b7 --- lams_central/web/includes/javascript/outcome.js (.../outcome.js) (revision e6dc4db4137cfd6b07a4aa79711b9d12b39fb78e) +++ lams_central/web/includes/javascript/outcome.js (.../outcome.js) (revision 85121f2d5a0394c96ef2ad1859c22b82391279b7) @@ -22,7 +22,6 @@ function openEditOutcomeDialog(outcomeId) { window.parent.showDialog("dialogOutcomeEdit", { 'height': Math.max(380, Math.min(700, $(window.parent).height() - 30)), - 'width' : Math.max(380, Math.min(850, $(window.parent).width() - 60)), 'title' : outcomeId ? LABELS.EDIT_OUTCOME_TITLE : LABELS.ADD_OUTCOME_TITLE, 'open' : function() { var dialog = $(this); @@ -63,7 +62,7 @@ .attr('src', LAMS_URL + 'outcome/scaleManage.do'); } - }); + }).addClass('modal-lg'); } function submitOutcome(){