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

css fix

parent 61ce089d
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@ if (count($course_cpts) === 0) {
/* ===== CHANGE COMPETENCY ===== */
/* There is 2 forms witch use data from each other while submitting. */
echo "<div class='alert row' style='padding: 0;'>"; /* Début change competency. */
echo "<div class='alert row' style='padding: 0; background-color: inherit; color: inherit;'>"; /* Début change competency. */
echo "<div class='col-12' style='padding-left: 0;'>";
echo "<form action='{$CFG->wwwroot}/blocks/competency_iena/competency_iena_competency_students_2.php' id='change_cpt_form' class='form-inline'>";
echo "<input type='text' hidden name='courseid' value='{$COURSE->id}'>";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment