@@ -2708,6 +2708,11 @@ div.admin_section h4 {
color: green;
}
+.ribbon h3 {
+ font-size: 18px;
+ line-height: 9px;
+}
+
.exercise_save_now_button img {
position: relative;
top: 4px;
@@ -1667,7 +1667,7 @@ function get_status_from_code($status_code) {
case COURSE_STUDENT:
return get_lang('StudentInCourse');
case SESSION_STUDENT:
- return get_lang('StudentInSession');
+ return get_lang('StudentInSessionCourse');
case COURSE_TUTOR:
return get_lang('CourseTutor');