mises à jour CSS
This commit is contained in:
parent
3cef7c38a7
commit
6ed186324c
6 changed files with 14 additions and 14 deletions
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<INCLURE{fond=breadcrumb/groupe,env,ville=#GET{ville}} />
|
<INCLURE{fond=breadcrumb/groupe,env,ville=#GET{ville}} />
|
||||||
|
|
||||||
<h1 class="h1-like #EDIT{titre} mb-3">Groupes de #GET{ville}</h1>
|
<h1 class="#EDIT{titre} mt-4 mb-4">Groupes de #GET{ville}</h1>
|
||||||
|
|
||||||
<BOUCLE_groupe(ARTICLES){surtitre = #GET{ville}}{id_secteur=#CONFIG{balint/id_rub_groupes}}>
|
<BOUCLE_groupe(ARTICLES){surtitre = #GET{ville}}{id_secteur=#CONFIG{balint/id_rub_groupes}}>
|
||||||
|
|
||||||
|
@ -17,10 +17,10 @@
|
||||||
|
|
||||||
<div class="bloc-groupe mt-4 mt-lg-0">
|
<div class="bloc-groupe mt-4 mt-lg-0">
|
||||||
[<h2 class="h3-like #EDIT{titre}">(#TITRE)</h2>]
|
[<h2 class="h3-like #EDIT{titre}">(#TITRE)</h2>]
|
||||||
<div class="row">
|
|
||||||
[(#AUTORISER{modifier, article, #ID_ARTICLE})
|
[(#AUTORISER{modifier, article, #ID_ARTICLE})
|
||||||
<a class="btn" href="#URL_PAGE{editer_groupe,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Mettre à jour le groupe</a>
|
<a class="btn" href="#URL_PAGE{editer_groupe,id_article=#ID_ARTICLE }"><i class="fas fa-edit"></i> Mettre à jour le groupe</a>
|
||||||
]
|
]
|
||||||
|
<div class="row">
|
||||||
<div class="col-md-8">
|
<div class="col-md-8">
|
||||||
<div class="texte #EDIT{soustitre}"><strong>Adresse :</strong> #SOUSTITRE</div>
|
<div class="texte #EDIT{soustitre}"><strong>Adresse :</strong> #SOUSTITRE</div>
|
||||||
<div class="texte #EDIT{descriptif}"><strong>Fréquence :</strong> [(#DESCRIPTIF|textebrut)]</div>
|
<div class="texte #EDIT{descriptif}"><strong>Fréquence :</strong> [(#DESCRIPTIF|textebrut)]</div>
|
||||||
|
|
|
@ -8,7 +8,7 @@
|
||||||
<section id="groupes" class="section-top section-bottom container">
|
<section id="groupes" class="section-top section-bottom container">
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1>Les groupes</h1>
|
<h1 class="mb-4">Les groupes</h1>
|
||||||
<INCLURE{fond=inclure/groupes_contenu,env,ajax}>
|
<INCLURE{fond=inclure/groupes_contenu,env,ajax}>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
@ -35,7 +35,7 @@ img{
|
||||||
|
|
||||||
/* breadcrumb */
|
/* breadcrumb */
|
||||||
.breadcrumb{
|
.breadcrumb{
|
||||||
background: $fond-formulaires;
|
background: #e8ebf8;
|
||||||
.divider{
|
.divider{
|
||||||
padding: 0 0.2rem;
|
padding: 0 0.2rem;
|
||||||
}
|
}
|
||||||
|
@ -382,18 +382,18 @@ body{
|
||||||
/**********************************************************************/
|
/**********************************************************************/
|
||||||
|
|
||||||
#menu-association, #menu-groupes{
|
#menu-association, #menu-groupes{
|
||||||
background: $bg-diapo-texte;
|
background: #e8ebf8;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
.active a{
|
.active a{
|
||||||
color: $page-active;
|
color: $fond-footer;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
li{
|
li{
|
||||||
padding: 0.5rem;
|
padding: 0.5rem;
|
||||||
a{
|
a{
|
||||||
color: $light;
|
color: $dark;
|
||||||
}
|
}
|
||||||
&:not(:last-of-type){
|
&:not(:last-of-type){
|
||||||
border-bottom: solid 1px $light;
|
border-bottom: solid 1px $light;
|
||||||
|
|
|
@ -11908,7 +11908,7 @@ img {
|
||||||
|
|
||||||
/* breadcrumb */
|
/* breadcrumb */
|
||||||
.breadcrumb {
|
.breadcrumb {
|
||||||
background: rgba(255, 255, 255, 0.8);
|
background: #e8ebf8;
|
||||||
}
|
}
|
||||||
|
|
||||||
.breadcrumb .divider {
|
.breadcrumb .divider {
|
||||||
|
@ -12320,14 +12320,14 @@ body {
|
||||||
/************************ PAGE ASSOCIATION ****************************/
|
/************************ PAGE ASSOCIATION ****************************/
|
||||||
/**********************************************************************/
|
/**********************************************************************/
|
||||||
#menu-association, #menu-groupes {
|
#menu-association, #menu-groupes {
|
||||||
background: rgba(0, 13, 158, 0.65);
|
background: #e8ebf8;
|
||||||
margin: 1rem 0;
|
margin: 1rem 0;
|
||||||
border-radius: 0.2rem;
|
border-radius: 0.2rem;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-association .active a, #menu-groupes .active a {
|
#menu-association .active a, #menu-groupes .active a {
|
||||||
color: #ffdb70;
|
color: #464ba3;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -12336,7 +12336,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-association li a, #menu-groupes li a {
|
#menu-association li a, #menu-groupes li a {
|
||||||
color: #f8f9fa;
|
color: #595959;
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-association li:not(:last-of-type), #menu-groupes li:not(:last-of-type) {
|
#menu-association li:not(:last-of-type), #menu-groupes li:not(:last-of-type) {
|
||||||
|
|
|
@ -89,7 +89,7 @@
|
||||||
<div class="ajax">
|
<div class="ajax">
|
||||||
<INCLURE{fond=inclure/bigform,env}>
|
<INCLURE{fond=inclure/bigform,env}>
|
||||||
</div>
|
</div>
|
||||||
<INCLURE{fond=inclure/photos_article,env,id_article=#ENV{id_article},ajax=les_photos}>
|
<INCLURE{fond=inclure/editer_docs_article,env,id_article=#ENV{id_article},ajax=les_photos}>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|
||||||
[(#REM)
|
[(#REM)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
<INCLURE{fond=inclure/menu-groupes,env}>
|
<INCLURE{fond=inclure/menu-groupes,env}>
|
||||||
|
|
||||||
<h2 class="groupes-intertitre">#INFO_TITRE{rubrique,#ENV{id_rubrique}}</h2>
|
<h2 class="mb-4 mt-4 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}>
|
||||||
|
|
Loading…
Add table
Reference in a new issue