forked from ZwiiCMS-Team/ZwiiCMS
Css module de news
This commit is contained in:
parent
41c0e7e77e
commit
2bf6880060
@ -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
|
||||
|
@ -1,3 +1,4 @@
|
||||
/*
|
||||
.newsTitle {
|
||||
background-color: #ECEFF1;
|
||||
padding:5px;
|
||||
@ -20,4 +21,5 @@
|
||||
font-size:0.8em;
|
||||
font-style: italic;
|
||||
color: grey;
|
||||
}
|
||||
}
|
||||
*/
|
Loading…
Reference in New Issue
Block a user