skala
Julio Montoya 15 years ago
commit 46eea0129c
  1. 2
      main/admin/course_edit.php
  2. 40
      main/css/chamilo/default.css

@ -89,7 +89,7 @@ while($obj = Database::fetch_object($res))
$course['tutor_name']=$obj->user_id;
}
//We add in the array platform teachers
$platform_teachers[$obj->user_id] = api_get_person_name($obj->firstname, $obj->lastname);
$platform_teachers[$obj->user_id] = $obj->firstname.' '.$obj->lastname;
}
//Case where there is no teacher in the course

@ -2775,6 +2775,46 @@ button.arrowl {
float:left;
width:100%;
}
/* input >> */
input.arrowr {
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
-moz-border-radius-topright : 5px;
padding-left:25px;
padding-top:20px;
background-position:10px;
background-color:#F1F1F1;
border-color: #D4E2F6;
border-width: 1px;
display:block;
font-size: 100%;
line-height :130%;
vertical-align:middle;
background-image:url(images/2rightarrow.gif);
background-repeat:no-repeat;
}
/* input << */
input.arrowl {
margin:0px;
-moz-border-radius-topleft : 5px;
-moz-border-radius-bottomright : 5px;
-moz-border-radius-bottomleft : 5px;
-moz-border-radius-topright : 5px;
padding-right:25px;
padding-top:20px;
background-position:10px;
background-color:#F1F1F1;
border-color: #D4E2F6;
border-width: 1px;
display:block;
font-size: 100%;
line-height :130%;
vertical-align:middle;
background-image:url(images/2leftarrow.gif);
background-repeat:no-repeat;
}
.u-m-answer p {
margin:2px;
}

Loading…
Cancel
Save