diff --git a/CHANGES.md b/CHANGES.md index 8de233a8..3a4a0555 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -22,12 +22,14 @@ - Chargement paresseux des images. ## version 9.2.25 -- Correction : +- Corrections : - Décalage du site dans SimpleLightbox. + - Zindex du pied de page en position fixe, sous la barre de consentement aux cookies. - Modifications : - Optimisation configuration simpleLightBox. - Syntaxe colorée dans TinyMCE Codemirror. - Configuration barre d'outils et menu. + - Module news : déplacement des styles dans common.css ## version 9.2.24 - Corrections : diff --git a/core/layout/common.css b/core/layout/common.css index f1eac77d..125cbba5 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -160,6 +160,34 @@ Signature dans les articles blog et news 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 */ :not([class^="col"]) > .tableWrapper { margin: 10px 0; diff --git a/module/news/view/index/index.css b/module/news/view/index/index.css deleted file mode 100644 index 926022f2..00000000 --- a/module/news/view/index/index.css +++ /dev/null @@ -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; -} -*/ \ No newline at end of file