css update list course fix CT#7415

1.9.x
aragonc 10 years ago
parent 2b16acb2f0
commit f9f53d152a
  1. 2
      main/admin/course_list.php
  2. 3
      main/css/base.css

@ -193,7 +193,7 @@ function modify_filter($code)
* Return an icon representing the visibility of the course
*/
function get_course_visibility_icon($v) {
$style = 'margin-bottom:-5px;margin-right:5px;';
$style = 'margin-bottom:0;margin-right:5px;';
switch($v) {
case 0:
return Display::return_icon('bullet_red.gif', get_lang('CourseVisibilityClosed'), array('style' => $style));

@ -3245,7 +3245,8 @@ form .formw .freeze {
.data_table th, .data_table td {
border-top: 1px solid #DDDDDD;
line-height: 18px;
padding-top: 6px;
padding-top: 10px;
padding-bottom: 10px;
}
.data_table th {

Loading…
Cancel
Save