forked from ZwiiCMS-Team/ZwiiCMS
[9.2.25] Styles news dans common
This commit is contained in:
parent
73b612365f
commit
cfff2132c5
@ -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 :
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
}
|
Loading…
Reference in New Issue
Block a user