From: moodler Date: Wed, 15 Mar 2006 09:59:28 +0000 (+0000) Subject: Remove hardcoded box size for My Moodle X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=fe5a1e23b3d62925c5cd2e1f48c6fd6e3e656e87;p=moodle.git Remove hardcoded box size for My Moodle --- diff --git a/course/lib.php b/course/lib.php index de74dbb4fb..75f0628d71 100644 --- a/course/lib.php +++ b/course/lib.php @@ -457,7 +457,7 @@ function print_overview($courses) { } foreach ($courses as $course) { - print_simple_box_start("center", '400', '', 5, "coursebox"); + print_simple_box_start('center', '100%', '', 5, "coursebox"); $linkcss = ''; if (empty($course->visible)) { $linkcss = 'class="dimmed"';