From 2bf68800609891768def21afbcd62c2e58f0853b Mon Sep 17 00:00:00 2001 From: Fred Tempez Date: Thu, 12 Mar 2020 14:54:53 +0100 Subject: [PATCH] Css module de news --- core/layout/common.css | 28 ++++++++++++++++++++++++++++ module/news/view/index/index.css | 4 +++- 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/core/layout/common.css b/core/layout/common.css index a434f630..c304f481 100755 --- a/core/layout/common.css +++ b/core/layout/common.css @@ -1308,6 +1308,34 @@ th.col12 { color: #F39C12; } +/** +* 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; +} + /* * Effet accordéon diff --git a/module/news/view/index/index.css b/module/news/view/index/index.css index 7ddfb686..926022f2 100644 --- a/module/news/view/index/index.css +++ b/module/news/view/index/index.css @@ -1,3 +1,4 @@ +/* .newsTitle { background-color: #ECEFF1; padding:5px; @@ -20,4 +21,5 @@ font-size:0.8em; font-style: italic; color: grey; -} \ No newline at end of file +} +*/ \ No newline at end of file