correction mise en page articles
This commit is contained in:
parent
28ae5782a2
commit
2f69db86f5
3 changed files with 24 additions and 12 deletions
|
@ -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) {
|
||||
#menu-groupes li:not(:last-of-type){
|
||||
border: none;
|
||||
|
@ -587,11 +598,8 @@ body{
|
|||
/**********************************************************************/
|
||||
/**************************** PAGE ARTICLE ****************************/
|
||||
/**********************************************************************/
|
||||
.contenu-article{
|
||||
background: $fond-formulaires;
|
||||
border-radius: 0.5rem;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
|
||||
|
||||
.liste-documents{
|
||||
justify-content: center;
|
||||
|
|
|
@ -12360,6 +12360,16 @@ body {
|
|||
/**********************************************************************/
|
||||
/************************** PAGE GROUPES ******************************/
|
||||
/**********************************************************************/
|
||||
/*
|
||||
#menu-groupes{
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.groupes-intertitre{
|
||||
background: $fond-transparent;
|
||||
color: $dark;
|
||||
padding: 0.5rem 1rem;
|
||||
}*/
|
||||
@media (min-width: 992px) {
|
||||
#menu-groupes li:not(:last-of-type) {
|
||||
border: none;
|
||||
|
@ -12579,12 +12589,6 @@ body {
|
|||
/**********************************************************************/
|
||||
/**************************** PAGE ARTICLE ****************************/
|
||||
/**********************************************************************/
|
||||
.contenu-article {
|
||||
background: rgba(255, 255, 255, 0.8);
|
||||
border-radius: 0.5rem;
|
||||
padding: 1.5rem;
|
||||
}
|
||||
|
||||
.liste-documents {
|
||||
-webkit-box-pack: center;
|
||||
justify-content: center;
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<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">
|
||||
<BOUCLE_villes(ARTICLES){id_rubrique=#ENV{id_rubrique}}{fusion surtitre}>
|
||||
|
|
Loading…
Add table
Reference in a new issue