retour du bouton "page de l'émission"
This commit is contained in:
parent
5952a47ec9
commit
7aa1561a0f
@ -9,6 +9,7 @@
|
||||
<p class="article__infos">
|
||||
<span class="num_emission #EDIT{surtitre}">#[(#SURTITRE)]</span>
|
||||
[<span class="article__date"><:libreavous:diffusee_le:> [(#DATE|jour)/][(#DATE|mois)/](#DATE|annee)</span>]
|
||||
<a href="#URL_ARTICLE" class="btn taille80 blanc"><:libreavous:page_de_l_emission:></a>
|
||||
</p>
|
||||
|
||||
<h1><a href="#URL_ARTICLE"><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span></a>[
|
||||
|
@ -7,7 +7,8 @@
|
||||
<p class="article__infos">
|
||||
<a href="#URL_ARTICLE" class="sansbordure"><span class="num_emission #EDIT{surtitre}">#[(#SURTITRE)]</span></a>
|
||||
[<span class="article__date"><:libreavous:diffusee_le:> [(#DATE|jour)/][(#DATE|mois)/](#DATE|annee)</span>]
|
||||
[ | <span class="duree"><:libreavous:duree:> : (#DEBUT|duree{#FIN}|sanszeroh)</span>]
|
||||
[<span class="duree"> | <:libreavous:duree:> : (#DEBUT|duree{#FIN}|sanszeroh)</span>]
|
||||
<a href="#URL_ARTICLE" class="btn taille80 blanc"><:libreavous:page_de_l_emission:></a>
|
||||
</p>
|
||||
</BOUCLE_infos>
|
||||
<h1 class="#EDIT{titre} h2">[(#TITRE)]</h1>
|
||||
|
@ -5,6 +5,7 @@
|
||||
<p class="article__infos">
|
||||
<a href="#URL_ARTICLE" class="sansbordure"><span class="num_emission #EDIT{surtitre}">#[(#SURTITRE)]</span></a>
|
||||
[<span class="article__date"><:libreavous:diffusee_le:> [(#DATE|jour)/][(#DATE|mois)/](#DATE|annee)</span>]
|
||||
<a href="#URL_ARTICLE" class="btn taille80 blanc"><:libreavous:page_de_l_emission:></a>
|
||||
</p>
|
||||
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}{par debut}>
|
||||
<h1><a href="#URL_ARTICLE"><span class="#EDIT{titre} article__titre">[(#TITRE)]</span></a>
|
||||
|
@ -503,7 +503,7 @@ h2 {
|
||||
}
|
||||
.telecharger {
|
||||
list-style:none;
|
||||
margin:0 0 $spacer;
|
||||
margin:0 0 ($spacer/2);
|
||||
text-align:left;
|
||||
@include media($bp-small) {
|
||||
padding:0 0 $spacer;
|
||||
@ -784,9 +784,8 @@ a:hover .fab, a:hover .fas {
|
||||
font-weight:400;
|
||||
}
|
||||
.btn.blanc {
|
||||
float:right;
|
||||
margin-top:0.8rem;
|
||||
margin-left:0.5rem;
|
||||
margin-left:1rem;
|
||||
font-weight:700;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user