From 3a084820abaf52f0aa77603636e022a2d4fe1240 Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr> Date: Thu, 13 Jan 2022 10:33:31 +0100 Subject: [PATCH] fix margin dashboard competencies --- styles.css | 14 ++++++++++---- templates/dashboard_competencies.mustache | 2 +- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/styles.css b/styles.css index 531aeb4..83c4ea8 100644 --- a/styles.css +++ b/styles.css @@ -23,7 +23,7 @@ list-style: none } -.iena-cpt-sel-tree .tree ul { +.iena-cpt-sel-tree .tree ufl { margin-left: 1em; position: relative } @@ -398,6 +398,12 @@ table.dataTable{ text-align: left; } -#dash-container{ - margin-top: 30px; -} \ No newline at end of file + +.iena-filter-container h2{ + margin-bottom: 25px; + margin-top: 20px; +} + +/*.chart-table-data{ + display: block !important; +}*/ \ No newline at end of file diff --git a/templates/dashboard_competencies.mustache b/templates/dashboard_competencies.mustache index 27525cc..794034e 100644 --- a/templates/dashboard_competencies.mustache +++ b/templates/dashboard_competencies.mustache @@ -39,7 +39,7 @@ </div> <div class='row'> - <div > + <div class="iena-filter-container"> <h2 class='h4'>Demandes d'évaluations <span class='badge badge-pill badge-primary' style=' border-radius: 0.15rem;'>{{reviews_count}}</span></h2> <form action='{{link_filter}}' class='form-inline'> <input type='text' hidden name='courseid' value='{{courseid}}'> -- GitLab