Skip to content
Snippets Groups Projects
Commit c1acbda4 authored by Thomas Fradet's avatar Thomas Fradet
Browse files

css reduce list height

parent 48e496db
No related branches found
No related tags found
No related merge requests found
......@@ -322,13 +322,12 @@ if (count($course_cpts) === 0) {
echo "
<a href='{$CFG->wwwroot}/blocks/competency_iena/course_competency.php?courseid={$courseid}&studentid={$cpt_stud->id}&competencyid={$current_cpt->id}' class='list-group-item list-group-item-action{$proficient_class}'>
<div class='d-flex w-100 justify-content-between'>
<h3 class='mb-1 iena-cpt-action-title'>{$cpt_stud->firstname} {$cpt_stud->lastname}</h3>";
<h3 class='mb-1 iena-cpt-action-title h5'>{$cpt_stud->firstname} {$cpt_stud->lastname}</h3>";
if ($cpt_stud->review == 1) {
echo "<div><small class='review-badge'>Évaluation demandée</small></div>";
}
echo "</div>
<p class='' style='margin-bottom: 0;'>Évaluation : <em>{$grade_d}</em></p>
<small class=''>Acquis : {$proficiency_d}</small>
<p class='small' style='margin-bottom: 0;'>Évaluation : {$grade_d} / Acquis : {$proficiency_d}</p>
</a>";
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment