Merge branch 'master' into dev10

This commit is contained in:
Fred Tempez 2020-03-15 17:33:13 +01:00
commit 7b654184c1
3 changed files with 31 additions and 26 deletions

View File

@ -22,12 +22,14 @@
- Chargement paresseux des images. - Chargement paresseux des images.
## version 9.2.25 ## version 9.2.25
- Correction : - Corrections :
- Décalage du site dans SimpleLightbox. - Décalage du site dans SimpleLightbox.
- Zindex du pied de page en position fixe, sous la barre de consentement aux cookies.
- 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. - Configuration barre d'outils et menu.
- Module news : déplacement des styles dans common.css
## version 9.2.24 ## version 9.2.24
- Corrections : - Corrections :

View File

@ -160,6 +160,34 @@ Signature dans les articles blog et news
text-align: right; text-align: right;
} }
/*
* Module news
*/
.newsTitle {
/*background-color: #ECEFF1;*/
padding:5px;
}
.newsContent {
clear: left;
margin-left: 10px;
padding: 5px;
}
.newsDate {
font-size:0.8em;
font-style: italic;
color: grey;
margin-left:10px;
float: left;
}
.newsSignature {
margin-right:10px;
float:right;
font-size:0.8em;
font-style: italic;
color: grey;
}
/* Tableau */ /* Tableau */
:not([class^="col"]) > .tableWrapper { :not([class^="col"]) > .tableWrapper {
margin: 10px 0; margin: 10px 0;

View File

@ -1,25 +0,0 @@
/*
.newsTitle {
background-color: #ECEFF1;
padding:5px;
}
.newsContent {
clear: left;
margin-left: 10px;
padding: 5px;
}
.newsDate {
font-size:0.8em;
font-style: italic;
color: grey;
margin-left:10px;
float: left;
}
.newsSignature {
margin-right:10px;
float:right;
font-size:0.8em;
font-style: italic;
color: grey;
}
*/