Some beautification fixes for MDL-8583
This commit is contained in:
+2
-2
@@ -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) {
|
||||
|
||||
|
||||
|
||||
?>
|
||||
?>
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user