From 41c662a6b2a54e5f4b280933ed68b7538e0c897b Mon Sep 17 00:00:00 2001
From: Rachel Gaubil <rachel.gaubil@univ-grenoble-alpes.fr>
Date: Thu, 15 Feb 2024 09:56:55 +0000
Subject: [PATCH] [edit] linear version : suppr highlights on abbr + adapt
 buttons size

---
 static/css/chapter.css | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/static/css/chapter.css b/static/css/chapter.css
index e9824707..a1de2693 100644
--- a/static/css/chapter.css
+++ b/static/css/chapter.css
@@ -129,6 +129,10 @@ mark {
   margin: 0 1px;
 }
 
+mark[title="abbréviation"], mark[title="piedMouche"]{
+  background-color: transparent;
+}
+
 /************************/
 @media (max-width: 576px) {
   .img-thumbnails {
@@ -317,6 +321,23 @@ mark {
   padding: 1px 4px;
   margin-right: 5px;
   margin-bottom: 5px;
+    /* font-size: 0.8rem; */
+}
+/* TEST à mixer avec ceux du bas pour les margin bottom et top et ceux du haut pour le tab-pane*/
+@media (max-width: 1050px) {
+  .btn.toggle-mark {
+    font-size: 0.6rem;
+  }
+}
+@media (min-width: 1050px) and (max-width: 1250px) {
+  .btn.toggle-mark {
+    font-size: 0.7rem;
+  }
+}
+@media (min-width: 1250px) {
+  .btn.toggle-mark {
+    font-size: 0.8rem;
+  }
 }
 
 /* change btn layout */
-- 
GitLab