mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-43076 Activity Chooser: Fixing the white bar at the bottom of the dialogue
This commit is contained in:
parent
f7434db109
commit
7d4e3575bc
3 changed files with 3 additions and 3 deletions
|
@ -1198,7 +1198,7 @@ sup {vertical-align: super;}
|
||||||
|
|
||||||
/* Center the submit buttons within the area */
|
/* Center the submit buttons within the area */
|
||||||
.choosercontainer #chooseform .submitbuttons {
|
.choosercontainer #chooseform .submitbuttons {
|
||||||
margin: 0.7em 0;
|
padding: 0.7em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -1609,7 +1609,7 @@ body#page-lib-editor-tinymce-plugins-moodlemedia-preview {
|
||||||
}
|
}
|
||||||
/* Center the submit buttons within the area */
|
/* Center the submit buttons within the area */
|
||||||
.choosercontainer #chooseform .submitbuttons {
|
.choosercontainer #chooseform .submitbuttons {
|
||||||
margin: 0.7em 0;
|
padding: 0.7em 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
.choosercontainer #chooseform .submitbuttons input {
|
.choosercontainer #chooseform .submitbuttons input {
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue