From e8c630c21a10adc04c31e29a7ad4a9a5da4f7f47 Mon Sep 17 00:00:00 2001 From: fredtempez Date: Sun, 15 Mar 2020 08:44:24 +0100 Subject: [PATCH] =?UTF-8?q?[9.2.25]=20D=C3=A9calage=20site=20SLB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGES.md | 7 +++++-- core/layout/common.css | 3 ++- core/vendor/simplelightbox/init.css | 2 +- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 21cb3d4b..6b9d8520 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,12 @@ # Changelog ## version 9.2.25 +- Correction : + - Décalage du site dans SimpleLightbox. - Modifications : - - Optimisation configuration simpleLightBox - - Syntaxe colorée dans TinyMCE Codemirror + - Optimisation configuration simpleLightBox. + - Syntaxe colorée dans TinyMCE Codemirror. + - Configuration barre d'outils et menu. ## version 9.2.24 - Corrections : diff --git a/core/layout/common.css b/core/layout/common.css index 192190fb..f7abc8c1 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -30,7 +30,8 @@ body { @media (min-width: 768px) { body { - margin:0px 10px; + /*margin:0px 10px;*/ + margin: 0; } } diff --git a/core/vendor/simplelightbox/init.css b/core/vendor/simplelightbox/init.css index ab315f24..efd1523f 100644 --- a/core/vendor/simplelightbox/init.css +++ b/core/vendor/simplelightbox/init.css @@ -1,6 +1,6 @@ .sl-overlay { background: rgba(0, 0, 0, .9); - opacity: 1; + opacity: 1; } .sl-wrapper .sl-close, .sl-wrapper .sl-counter,