MDL-63512 mod_lesson: Update the lesson css to exclude mediaplugin div

This commit is contained in:
Peter
2018-12-20 12:49:10 +08:00
parent a25863a3c0
commit 94dafd0c06
2 changed files with 14 additions and 2 deletions
+10 -2
View File
@@ -48,8 +48,16 @@ form {
display: none;
}
.mform .fitem .fitemtitle div {
display: inline;
.mform .fitem .fitemtitle {
div {
display: inline;
}
// MDL-63512 Override to handle issues in clean where the video styling is off.
.mediaplugin,
.mediaplugin div {
display: block;
}
}
#adminsettings .error,
.loginpanel .error,
+4
View File
@@ -16592,6 +16592,10 @@ form {
.mform .fitem .fitemtitle div {
display: inline;
}
.mform .fitem .fitemtitle .mediaplugin,
.mform .fitem .fitemtitle .mediaplugin div {
display: block;
}
#adminsettings .error,
.loginpanel .error,
.mform .error {