mises à jour CSS

This commit is contained in:
Pierre 2020-01-31 18:30:14 +01:00
parent 3cef7c38a7
commit 6ed186324c
6 changed files with 14 additions and 14 deletions

View file

@ -9,7 +9,7 @@
<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}}>
@ -17,10 +17,10 @@
<div class="bloc-groupe mt-4 mt-lg-0">
[<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>
]
<div class="row">
<div class="col-md-8">
<div class="texte #EDIT{soustitre}"><strong>Adresse :</strong> #SOUSTITRE</div>
<div class="texte #EDIT{descriptif}"><strong>Fréquence :</strong> [(#DESCRIPTIF|textebrut)]</div>

View file

@ -8,7 +8,7 @@
<section id="groupes" class="section-top section-bottom container">
<div class="container">
<h1>Les groupes</h1>
<h1 class="mb-4">Les groupes</h1>
<INCLURE{fond=inclure/groupes_contenu,env,ajax}>
</div>

View file

@ -35,7 +35,7 @@ img{
/* breadcrumb */
.breadcrumb{
background: $fond-formulaires;
background: #e8ebf8;
.divider{
padding: 0 0.2rem;
}
@ -382,18 +382,18 @@ body{
/**********************************************************************/
#menu-association, #menu-groupes{
background: $bg-diapo-texte;
background: #e8ebf8;
margin: 1rem 0;
border-radius: 0.2rem;
padding: 0;
.active a{
color: $page-active;
color: $fond-footer;
font-weight: bold;
}
li{
padding: 0.5rem;
a{
color: $light;
color: $dark;
}
&:not(:last-of-type){
border-bottom: solid 1px $light;

View file

@ -11908,7 +11908,7 @@ img {
/* breadcrumb */
.breadcrumb {
background: rgba(255, 255, 255, 0.8);
background: #e8ebf8;
}
.breadcrumb .divider {
@ -12320,14 +12320,14 @@ body {
/************************ PAGE ASSOCIATION ****************************/
/**********************************************************************/
#menu-association, #menu-groupes {
background: rgba(0, 13, 158, 0.65);
background: #e8ebf8;
margin: 1rem 0;
border-radius: 0.2rem;
padding: 0;
}
#menu-association .active a, #menu-groupes .active a {
color: #ffdb70;
color: #464ba3;
font-weight: bold;
}
@ -12336,7 +12336,7 @@ body {
}
#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) {

View file

@ -89,7 +89,7 @@
<div class="ajax">
<INCLURE{fond=inclure/bigform,env}>
</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>
[(#REM)

View file

@ -1,6 +1,6 @@
<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">
<BOUCLE_villes(ARTICLES){id_rubrique=#ENV{id_rubrique}}{fusion surtitre}>