From 73b612365febc6de56ca20202f00305a9ebd20c8 Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 15 Mar 2020 17:23:26 +0100 Subject: [PATCH 1/2] [9.2.25] Changes --- CHANGES.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 6b9d8520..4dd093ab 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,8 +1,9 @@ # Changelog ## 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. From cfff2132c58a3e2d973b512c6a05fa4a2094715b Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Sun, 15 Mar 2020 17:32:08 +0100 Subject: [PATCH 2/2] [9.2.25] Styles news dans common --- CHANGES.md | 1 + core/layout/common.css | 28 ++++++++++++++++++++++++++++ module/news/view/index/index.css | 23 ----------------------- 3 files changed, 29 insertions(+), 23 deletions(-) delete mode 100644 module/news/view/index/index.css diff --git a/CHANGES.md b/CHANGES.md index 4dd093ab..7197a679 100755 --- a/CHANGES.md +++ b/CHANGES.md @@ -8,6 +8,7 @@ - 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 c88af4b3..acc2ed22 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -156,6 +156,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 7ddfb686..00000000 --- a/module/news/view/index/index.css +++ /dev/null @@ -1,23 +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