[9.2.25] Décalage site SLB

This commit is contained in:
fredtempez 2020-03-15 08:44:24 +01:00
parent 446734949b
commit e8c630c21a
3 changed files with 8 additions and 4 deletions

View File

@ -1,9 +1,12 @@
# Changelog # Changelog
## version 9.2.25 ## version 9.2.25
- Correction :
- Décalage du site dans SimpleLightbox.
- Modifications : - Modifications :
- Optimisation configuration simpleLightBox - Optimisation configuration simpleLightBox.
- Syntaxe colorée dans TinyMCE Codemirror - Syntaxe colorée dans TinyMCE Codemirror.
- Configuration barre d'outils et menu.
## version 9.2.24 ## version 9.2.24
- Corrections : - Corrections :

View File

@ -30,7 +30,8 @@ body {
@media (min-width: 768px) { @media (min-width: 768px) {
body { body {
margin:0px 10px; /*margin:0px 10px;*/
margin: 0;
} }
} }

View File

@ -1,6 +1,6 @@
.sl-overlay { .sl-overlay {
background: rgba(0, 0, 0, .9); background: rgba(0, 0, 0, .9);
opacity: 1; opacity: 1;
} }
.sl-wrapper .sl-close, .sl-wrapper .sl-close,
.sl-wrapper .sl-counter, .sl-wrapper .sl-counter,