From 3063da67127006c2fd4322a5bb7dbc62ec37e263 Mon Sep 17 00:00:00 2001 From: Ludovic CHEVALIER Date: Tue, 1 Jun 2021 17:44:16 +0200 Subject: [PATCH] [CSS] ~fix overflow cartouche evenement --- www/plugins/skel_lhc/habillage/skel_lhc.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/plugins/skel_lhc/habillage/skel_lhc.css b/www/plugins/skel_lhc/habillage/skel_lhc.css index 24d723cd..1f3364b4 100644 --- a/www/plugins/skel_lhc/habillage/skel_lhc.css +++ b/www/plugins/skel_lhc/habillage/skel_lhc.css @@ -92,6 +92,11 @@ padding: 1px; } +.cartouche { + height:auto; +} + + /*** Zone 8 images ***/ #featured-list-visible { padding: 0; @@ -219,6 +224,7 @@ dl.spip_documents { /*** Reservation événements ***/ + .reponse_formulaire_ok { color: #16212c; } -- 2.20.1