Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Commit

Permalink
Fix #402.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjb2048 committed Dec 5, 2014
1 parent 7e3d252 commit f5b594b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ New in 2.7.9.3
- FIX: Issue #395: Small overlap on Course and Category Management page.
- FIX: Issue #396: Fine tuning required on Edit Quiz page.
- FIX: Issue #397: Docked blocks are not wide enough.
- FIX: Issue #402: Moving "Automatic redirect" window.
- FIX: MDL-48246 : YUI generated class 'hidepanelicon' not styled because of a typo.

New in 2.7.9.2
Expand Down
2 changes: 1 addition & 1 deletion layout/redirect.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
<div id="page-content" class="row-fluid text-center">
<section id="region-main" class="span12">
<?php echo $OUTPUT->main_content(); ?>
<i class="fa fa-refresh fa-spin fa-2x"></i>
<i class="fa fa-refresh fa-spin fa-2x" style="margin-bottom: 10px;"></i>
</section>
</div>

Expand Down

0 comments on commit f5b594b

Please sign in to comment.