From b59027fe344cbd8c2bd21dec528cd1f86d17dd0c Mon Sep 17 00:00:00 2001
From: Myriam Delaruelle
 <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr>
Date: Wed, 17 Nov 2021 15:22:41 +0100
Subject: [PATCH] fix css centered icons

---
 styles.css | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/styles.css b/styles.css
index 09f6436..54c7b27 100644
--- a/styles.css
+++ b/styles.css
@@ -383,8 +383,8 @@ ul.nav.navbar-nav.ml-auto {
 }
 
 .iena-progress-legend #caption-iena .caption-status .pointer-help{
-	width: 1rem;
-    height: 1rem;
+	width: 17px;
+    height: 17px;
     vertical-align: middle;
     border-radius: 10px;
 }
@@ -500,9 +500,9 @@ ul.nav.navbar-nav.ml-auto {
 }
 
 .section-progress .iena-h-prog-mod-item{
-	height: 1rem;
-	width: 1rem;
-	min-width: 1rem;
+	height: 17px;
+	width: 17px;
+	min-width: 17px;
 }
 
 .section-progress .iena-prog-bubble .icon-progress{
@@ -710,7 +710,7 @@ th.th-rotate > div > span {
 
 .section-progress span.icon-progress::after, .iena-progress-legend span.icon-progress::after{
 	font-size: small;
-	line-height: 1rem!important;
+	line-height: 17px!important;
 }
 
 
-- 
GitLab