corrections d'affichage sur le sommaire
This commit is contained in:
parent
ead3ed3ce1
commit
42baa93400
3 changed files with 15 additions and 7 deletions
|
@ -39,14 +39,13 @@
|
||||||
<div class="liste-articles">
|
<div class="liste-articles">
|
||||||
<BOUCLE_sujets(FORUMS){id_secteur!=#CONFIG{balint/id_rub_forum_prive}}{!par date}{0,3}{tout}>
|
<BOUCLE_sujets(FORUMS){id_secteur!=#CONFIG{balint/id_rub_forum_prive}}{!par date}{0,3}{tout}>
|
||||||
<div class="mt-4 mt-lg-0 mb-3">
|
<div class="mt-4 mt-lg-0 mb-3">
|
||||||
<a href="[(#URL_PAGE{agora}|parametre_url{id_article,#ENV{id_article}}|parametre_url{forum,oui})]" class="ajax" title="Voir le forum">
|
<strong> [(#INFO_TITRE{article, #ID_ARTICLE}) :]
|
||||||
|
</strong>
|
||||||
|
<a href="[(#URL_PAGE{agora}|parametre_url{id_article,#ID_ARTICLE}|parametre_url{forum,oui})]" class="ajax" title="Voir le forum">
|
||||||
#TITRE
|
#TITRE
|
||||||
</a>
|
</a>
|
||||||
<div class="infos-article">
|
<div class="infos-article">
|
||||||
[(#DATE|date_interface)]
|
[(#DATE|date_relative)]
|
||||||
</div>
|
|
||||||
<div class="infos-article">
|
|
||||||
par #AUTEUR
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</BOUCLE_sujets>
|
</BOUCLE_sujets>
|
||||||
|
|
|
@ -154,11 +154,14 @@ body{
|
||||||
white-space: normal;
|
white-space: normal;
|
||||||
}
|
}
|
||||||
.navbar-brand{
|
.navbar-brand{
|
||||||
width: 230px;
|
width: 150px;
|
||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
img{
|
img{
|
||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
}
|
}
|
||||||
|
@include media-breakpoint-up(sm){
|
||||||
|
width: 220px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
.active a.nav-link{
|
.active a.nav-link{
|
||||||
color: $page-active;
|
color: $page-active;
|
||||||
|
|
|
@ -12069,7 +12069,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
#menu-principal .navbar-brand {
|
#menu-principal .navbar-brand {
|
||||||
width: 230px;
|
width: 150px;
|
||||||
-webkit-transition: all 1s ease;
|
-webkit-transition: all 1s ease;
|
||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
}
|
}
|
||||||
|
@ -12079,6 +12079,12 @@ body {
|
||||||
transition: all 1s ease;
|
transition: all 1s ease;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 576px) {
|
||||||
|
#menu-principal .navbar-brand {
|
||||||
|
width: 220px;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
#menu-principal .active a.nav-link {
|
#menu-principal .active a.nav-link {
|
||||||
color: #C84227;
|
color: #C84227;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue