MDL-30617 Center dialogue title

This commit is contained in:
Andrew Robert Nicols 2012-05-18 10:28:53 +01:00
parent af75421c54
commit 2d1151817f
2 changed files with 5 additions and 0 deletions

View File

@ -27,6 +27,7 @@ YUI.add('moodle-course-modchooser', function(Y) {
width: '540px'
};
this.setup_chooser_dialogue(dialogue, header, params);
this.overlay.get('boundingBox').addClass('modchooser');
this.jumplink = this.container.one('#jump');

View File

@ -920,6 +920,10 @@ sup {vertical-align: super;}
display:none;
}
.modchooser .moodle-dialogue-hd {
text-align: center;
}
/* Center the submit buttons within the area */
#choosercontainer #chooseform .submitbuttons {
margin: 0.7em 0;