mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 04:22:07 +02:00
MDL-30617 Center dialogue title
This commit is contained in:
parent
af75421c54
commit
2d1151817f
1
course/yui/modchooser/modchooser.js
vendored
1
course/yui/modchooser/modchooser.js
vendored
@ -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');
|
||||
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user