Skip to content

Commit

Permalink
Fix for Theme Boxxie issue, MDL-24070
Browse files Browse the repository at this point in the history
  • Loading branch information
jstabinger committed Sep 9, 2010
1 parent 3a42ad1 commit 18fa24a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
8 changes: 6 additions & 2 deletions theme/boxxie/layout/frontpage.php
Original file line number Diff line number Diff line change
Expand Up @@ -89,20 +89,24 @@
</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">
Expand Down
5 changes: 4 additions & 1 deletion theme/boxxie/layout/general.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@
<?php } ?>
</div>

<div class="myclear"></div>

<?php if ($hasnavbar) { ?>
<div class="navbar clearfix">
Expand Down Expand Up @@ -97,6 +98,7 @@
</div>
</div>

<div class="myclear"></div>
<?php if ($hasfooter) { ?>

<div id="page-footer" class="clearfix">
Expand All @@ -107,8 +109,9 @@
<?php }

if ($hasheading || $hasnavbar) { ?>

<div class="myclear"></div>
</div> <!-- END #page -->

</div> <!-- END #page-wrapper -->

<?php } ?>
Expand Down
5 changes: 5 additions & 0 deletions theme/boxxie/style/core.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ body {
background: #fff;
padding: 5px;
width: auto;

}

a:link,
Expand Down Expand Up @@ -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,
Expand Down

0 comments on commit 18fa24a

Please sign in to comment.