Some beautification fixes for MDL-8583

This commit is contained in:
moodler
2007-02-23 08:17:54 +00:00
parent d1451e4f0e
commit 7d728003ae
2 changed files with 9 additions and 3 deletions
+2 -2
View File
@@ -1676,7 +1676,7 @@ function print_category_info($category, $depth, $files = false) {
echo '</td>';
}
echo '<td valign="top">'.$catimage.'</td>';
echo '<td valign="top" class="category image">'.$catimage.'</td>';
echo '<td valign="top" class="category name">';
echo '<a '.$catlinkcss.' href="'.$CFG->wwwroot.'/course/category.php?id='.$category->id.'">'.$category->name.'</a>';
echo '</td>';
@@ -2567,4 +2567,4 @@ function can_delete_course($courseid) {
?>
?>
+7 -1
View File
@@ -1618,7 +1618,13 @@ body#course-index .addcategory {
}
.categorylist {
width:100%;
width:90%;
margin-left:auto;
margin-right:auto;
}
.categorylist .category.image {
width:20px;
}
.categoryboxcontent {