MDL-43076 Activity Chooser: Fixing the white bar at the bottom of the dialogue

This commit is contained in:
Jason Fowler 2013-11-27 12:18:02 +08:00
parent f7434db109
commit 7d4e3575bc
3 changed files with 3 additions and 3 deletions

View file

@ -1198,7 +1198,7 @@ sup {vertical-align: super;}
/* Center the submit buttons within the area */
.choosercontainer #chooseform .submitbuttons {
margin: 0.7em 0;
padding: 0.7em 0;
text-align: center;
}

View file

@ -1609,7 +1609,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
}
/* Center the submit buttons within the area */
.choosercontainer #chooseform .submitbuttons {
margin: 0.7em 0;
padding: 0.7em 0;
text-align: center;
}
.choosercontainer #chooseform .submitbuttons input {

File diff suppressed because one or more lines are too long