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,