From 6ea159c1243306704a406df636baf7a712cbd60e Mon Sep 17 00:00:00 2001 From: Myriam Delaruelle <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr> Date: Tue, 26 Oct 2021 07:54:06 +0200 Subject: [PATCH] fix css --- styles.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/styles.css b/styles.css index 06d33e3..00722a3 100644 --- a/styles.css +++ b/styles.css @@ -672,6 +672,8 @@ th.th-rotate > div > span { font-family: FontAwesome; width: 100%; display: inline-block;text-align: center; color: white; font-size: x-large; + vertical-align: text-bottom; + line-height: 19px; } .state-2 span.icon-progress::after{ @@ -679,12 +681,16 @@ th.th-rotate > div > span { font-family: FontAwesome; width: 100%; display: inline-block; text-align: center; color: white; font-size: x-large; + vertical-align: text-bottom; + line-height: 19px; } .state-3 span.icon-progress::after{ content: "\f1db"; font-family: FontAwesome; width: 100%; display: inline-block; text-align: center; color: white; font-size: x-large; + vertical-align: text-bottom; + line-height: 19px; } .section-progress span.icon-progress::after, .iena-progress-legend span.icon-progress::after{ @@ -819,6 +825,9 @@ tbody th{ margin-bottom: 40px; } +#caption-iena .icon-progress::after{ + line-height: 24px; +} .iena-icon-distance, .iena-icon-presence{ content: ""; -- GitLab