Merge branch 'wip-MDL-60104-m34' of git://github.com/amygroshek/moodle

This commit is contained in:
Andrew Nicols 2017-10-26 11:32:54 +08:00
commit b799cde890
2 changed files with 7 additions and 0 deletions

View File

@ -900,3 +900,7 @@ div#dock {
display: block;
}
.path-mod-scorm #region-main #intro {
width: auto;
}

View File

@ -17926,6 +17926,9 @@ div#dock {
.path-mod-scorm.jsenabled .scorm-center {
display: block;
}
.path-mod-scorm #region-main #intro {
width: auto;
}
.yui-skin-sam .yui-layout.path-mod-chat-gui_ajax {
background-color: #fff;
}