Skip to content

Commit

Permalink
MDL-43076 Activity Chooser: Fixing the white bar at the bottom of the…
Browse files Browse the repository at this point in the history
… dialogue
  • Loading branch information
jsnfwlr committed Nov 27, 2013
1 parent f7434db commit 7d4e357
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/base/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/less/moodle/core.less
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion theme/bootstrapbase/style/moodle.css

Large diffs are not rendered by default.

0 comments on commit 7d4e357

Please sign in to comment.