correction mise en page articles

This commit is contained in:
Pierre 2020-01-30 17:38:19 +01:00
parent 28ae5782a2
commit 2f69db86f5
3 changed files with 24 additions and 12 deletions

View file

@ -418,6 +418,17 @@ body{
/**********************************************************************/ /**********************************************************************/
/*
#menu-groupes{
margin-bottom: 0;
}
.groupes-intertitre{
background: $fond-transparent;
color: $dark;
padding: 0.5rem 1rem;
}*/
@include media-breakpoint-up(lg) { @include media-breakpoint-up(lg) {
#menu-groupes li:not(:last-of-type){ #menu-groupes li:not(:last-of-type){
border: none; border: none;
@ -587,11 +598,8 @@ body{
/**********************************************************************/ /**********************************************************************/
/**************************** PAGE ARTICLE ****************************/ /**************************** PAGE ARTICLE ****************************/
/**********************************************************************/ /**********************************************************************/
.contenu-article{
background: $fond-formulaires;
border-radius: 0.5rem;
padding: 1.5rem;
}
.liste-documents{ .liste-documents{
justify-content: center; justify-content: center;

View file

@ -12360,6 +12360,16 @@ body {
/**********************************************************************/ /**********************************************************************/
/************************** PAGE GROUPES ******************************/ /************************** PAGE GROUPES ******************************/
/**********************************************************************/ /**********************************************************************/
/*
#menu-groupes{
margin-bottom: 0;
}
.groupes-intertitre{
background: $fond-transparent;
color: $dark;
padding: 0.5rem 1rem;
}*/
@media (min-width: 992px) { @media (min-width: 992px) {
#menu-groupes li:not(:last-of-type) { #menu-groupes li:not(:last-of-type) {
border: none; border: none;
@ -12579,12 +12589,6 @@ body {
/**********************************************************************/ /**********************************************************************/
/**************************** PAGE ARTICLE ****************************/ /**************************** PAGE ARTICLE ****************************/
/**********************************************************************/ /**********************************************************************/
.contenu-article {
background: rgba(255, 255, 255, 0.8);
border-radius: 0.5rem;
padding: 1.5rem;
}
.liste-documents { .liste-documents {
-webkit-box-pack: center; -webkit-box-pack: center;
justify-content: center; justify-content: center;

View file

@ -1,6 +1,6 @@
<INCLURE{fond=inclure/menu-groupes,env}> <INCLURE{fond=inclure/menu-groupes,env}>
<h2>#INFO_TITRE{rubrique,#ENV{id_rubrique}}</h2> <h2 class="groupes-intertitre">#INFO_TITRE{rubrique,#ENV{id_rubrique}}</h2>
<div class="row"> <div class="row">
<BOUCLE_villes(ARTICLES){id_rubrique=#ENV{id_rubrique}}{fusion surtitre}> <BOUCLE_villes(ARTICLES){id_rubrique=#ENV{id_rubrique}}{fusion surtitre}>