MDL-34354 Set default width for all chooser dialogues

This commit is contained in:
Andrew Robert Nicols 2012-07-16 10:34:37 +01:00
parent ccd90e765e
commit a0bef1fb08
2 changed files with 1 additions and 1 deletions

View file

@ -25,6 +25,7 @@ YUI.add('moodle-core-chooserdialogue', function(Y) {
var params = {
bodyContent : bodycontent.get('innerHTML'),
headerContent : headercontent.get('innerHTML'),
width : '540px',
draggable : true,
visible : false, // Hide by default
zindex : 100, // Display in front of other items