Css module de news

This commit is contained in:
Fred Tempez 2020-03-12 14:54:53 +01:00
parent 41c0e7e77e
commit 2bf6880060
2 changed files with 31 additions and 1 deletions

View File

@ -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

View File

@ -1,3 +1,4 @@
/*
.newsTitle {
background-color: #ECEFF1;
padding:5px;
@ -21,3 +22,4 @@
font-style: italic;
color: grey;
}
*/