]> git.mjollnir.org Git - moodle.git/commitdiff
adding a div to help with css
authortoyomoyo <toyomoyo>
Wed, 14 Feb 2007 05:45:36 +0000 (05:45 +0000)
committertoyomoyo <toyomoyo>
Wed, 14 Feb 2007 05:45:36 +0000 (05:45 +0000)
course/category.php
theme/standard/styles_layout.css

index 12df10b3140fbf8bef6049dd49ec45196d60dd6f..36a6ceb5fe56b6d1e4e53c61d435029b14d1da33 100644 (file)
         }
 
     } else if ($numcourses <= COURSE_MAX_SUMMARIES_PER_PAGE and !$page and !$creatorediting) {
+        print_box_start('courseboxes');
         print_courses($category);
+        print_box_end();
 
     } else {
         print_paging_bar($totalcount, $page, $perpage, "category.php?id=$category->id&amp;perpage=$perpage&");
index 941e1878d01e1a55dc7a01b4d1bea2600f161e04..e55a774968e4f193a9e8e1d6867f725742df787c 100644 (file)
@@ -1533,6 +1533,7 @@ body#course-view .headingblock {
   margin-bottom: 9px;
 }
 
+body#course-category .courseboxes,
 body#course-index .courseboxes {
   padding:20px;
 }