[9.2.25] Styles news dans common

This commit is contained in:
Fred Tempez 2020-03-15 17:32:08 +01:00
parent 73b612365f
commit cfff2132c5
3 changed files with 29 additions and 23 deletions

View File

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

View File

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

View File

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