forked from ZwiiCMS-Team/ZwiiCMS
[9.2.25] Décalage site SLB
This commit is contained in:
parent
446734949b
commit
e8c630c21a
@ -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 :
|
||||
|
@ -30,7 +30,8 @@ body {
|
||||
|
||||
@media (min-width: 768px) {
|
||||
body {
|
||||
margin:0px 10px;
|
||||
/*margin:0px 10px;*/
|
||||
margin: 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
2
core/vendor/simplelightbox/init.css
vendored
2
core/vendor/simplelightbox/init.css
vendored
@ -1,6 +1,6 @@
|
||||
.sl-overlay {
|
||||
background: rgba(0, 0, 0, .9);
|
||||
opacity: 1;
|
||||
opacity: 1;
|
||||
}
|
||||
.sl-wrapper .sl-close,
|
||||
.sl-wrapper .sl-counter,
|
||||
|
Loading…
Reference in New Issue
Block a user