From 15ca2b9877bd54e384418a9077d137376565098c Mon Sep 17 00:00:00 2001
From: Myriam Delaruelle
 <Myriam Delaruelle@bdn-un-mdelarue.ad.univ-lorraine.fr>
Date: Tue, 5 Oct 2021 11:40:34 +0200
Subject: [PATCH] fix drag&drop edit mode

---
 styles.css                 | 5 ++++-
 templates/section.mustache | 2 +-
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/styles.css b/styles.css
index db2f4a6..8f2ea84 100644
--- a/styles.css
+++ b/styles.css
@@ -97,6 +97,7 @@ ul.nav.navbar-nav.ml-auto {
 	padding-bottom: 1.3rem;
 	padding-top: 1%;
 	clear: both;
+	border-bottom: none!important;
 }
 
 .iena-section > .card.card_block {
@@ -822,9 +823,11 @@ tbody th{
 
 .iena-caption-sections > .iena-caption-icons, .iena-caption-sections > .iena-caption-icons > * {
 	display: inline-block;
-	
+	margin-right: 7px;
 }
 
 .iena-caption-sections > .iena-caption-icons{
 	margin-right: 20px;
 }
+
+
diff --git a/templates/section.mustache b/templates/section.mustache
index e8cc33a..c8109e8 100644
--- a/templates/section.mustache
+++ b/templates/section.mustache
@@ -1,4 +1,4 @@
-<li class="section clearfix iena-section" id="section-{{section}}" role="region">
+<li class="section main clearfix iena-section" id="section-{{section}}" role="region">
 
 	<div class="card card_block">
 		<div class="heading-iena set_height">
-- 
GitLab