MDL-63512 mod_lesson: Update the lesson css to exclude mediaplugin div
This commit is contained in:
@@ -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,
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user