Fix for Theme Boxxie issue, MDL-24070
This commit is contained in:
@@ -89,20 +89,24 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="clearfix"></div>
|
||||
<?php if ($hasfooter) { ?>
|
||||
|
||||
<div id="page-footer" class="clearfix">
|
||||
<p class="helplink"><?php echo page_doc_link(get_string('moodledocslink')) ?></p>
|
||||
<?php echo $OUTPUT->login_info(); ?>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<?php }
|
||||
|
||||
if ($hasheading || $hasnavbar) { ?>
|
||||
|
||||
<div class="myclear"></div>
|
||||
</div> <!-- END #page -->
|
||||
|
||||
</div> <!-- END #page-wrapper -->
|
||||
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<div id="page-footer-bottom">
|
||||
|
||||
@@ -55,6 +55,7 @@ echo $OUTPUT->doctype() ?>
|
||||
<?php } ?>
|
||||
</div>
|
||||
|
||||
<div class="myclear"></div>
|
||||
|
||||
<?php if ($hasnavbar) { ?>
|
||||
<div class="navbar clearfix">
|
||||
@@ -97,6 +98,7 @@ echo $OUTPUT->doctype() ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="myclear"></div>
|
||||
<?php if ($hasfooter) { ?>
|
||||
|
||||
<div id="page-footer" class="clearfix">
|
||||
@@ -107,8 +109,9 @@ echo $OUTPUT->doctype() ?>
|
||||
<?php }
|
||||
|
||||
if ($hasheading || $hasnavbar) { ?>
|
||||
|
||||
<div class="myclear"></div>
|
||||
</div> <!-- END #page -->
|
||||
|
||||
</div> <!-- END #page-wrapper -->
|
||||
|
||||
<?php } ?>
|
||||
|
||||
@@ -13,6 +13,7 @@ body {
|
||||
background: #fff;
|
||||
padding: 5px;
|
||||
width: auto;
|
||||
|
||||
}
|
||||
|
||||
a:link,
|
||||
@@ -1044,6 +1045,10 @@ h2.headingblock {
|
||||
margin-left: 10px;
|
||||
}
|
||||
|
||||
.myclear {
|
||||
clear: both;
|
||||
}
|
||||
|
||||
#custommenu .yui3-menu-horizontal .yui3-menu-content,
|
||||
#custommenu .yui3-menu-horizontal.javascript-disabled .yui3-menu-content,
|
||||
#custommenu .yui3-menu-horizontal .yui3-menu-content ul,
|
||||
|
||||
Reference in New Issue
Block a user