by Joseph Rézeau.
Joseph
Les thèmes qui permettent l'affichage que tu souhaites pour le bloc Latest news sont ceux basés sur le thèmecanvas et dont voici la liste:
arialist, binarius, boxxie, brick, canvas, formal_white, formfactor, fusion, leatherbound, magazine, mymobile, nimble, nonzero, overlay, serenity, sky_high, splash
Si tu utilises un thème différent, il faut soit le baser sur canvas soit aller dans theme\canvas\style\blocks.css voir comment se fait le formatage du bloc block_news_items :
/* News -------------------------------*/
.block_news_items .newlink {
text-align: center;
margin-bottom: 5px;
}
.block_news_items .post .head {
font-style: italic;
font-size: 0.9em;
margin-top: 10px;
}
.block_news_items .post .date{
float: right;
text-align: right;
}
.block_news_items .post .name {
float: left;
color: #555;
}
.block_news_items .newlink {
text-align: center;
margin-bottom: 5px;
}
.block_news_items .post .head {
font-style: italic;
font-size: 0.9em;
margin-top: 10px;
}
.block_news_items .post .date{
float: right;
text-align: right;
}
.block_news_items .post .name {
float: left;
color: #555;
}
Joseph