MDL-22452 - fix styles so that player displays correctly when toc is hidden.

This commit is contained in:
Piers Harding 2010-06-25 01:37:24 +00:00
parent cc9f74b1cf
commit f233784d03

View File

@ -96,8 +96,8 @@ function scorm_resize () {
var scoframe2 = document.getElementById('scoframe1');
document.getElementById('scormobject').style.height = finalheight + 'px';
}else{
var scoframe2 = document.getElementById('scoframe1');
document.getElementById('scormobject').style.height = finalheight + 'px';
document.getElementById('scormpage').style.height = finalheight + 'px';
}
// resize the content container too to move the footer below the SCORM content
@ -115,4 +115,4 @@ function scorm_resize () {
document.getElementById('region-main-box').style.height = (finalheight + 30) + 'px';
}
}
-->
-->