fix autre_sujet
This commit is contained in:
parent
f47b299dfe
commit
b1fd6c89f5
@ -54,29 +54,24 @@
|
||||
</div>
|
||||
|
||||
|
||||
<B_chapitres>
|
||||
<BOUCLE_chapitres(CHAPITRES){id_article}{0,1}>
|
||||
</BOUCLE_chapitres>
|
||||
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}>
|
||||
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}>#SET{chapitres,oui}
|
||||
<div class="sujet_principal">
|
||||
<h2><:libreavous:sujet_principal:></h2>
|
||||
<INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} />
|
||||
</div>
|
||||
</BOUCLE_sl><B_autres>
|
||||
</BOUCLE_sl><B_autres>#SET{chapitres,oui}
|
||||
<div class="sujet_autre">
|
||||
<h2><:libreavous:et_aussi:></h2>
|
||||
<div class="flex flex2">
|
||||
<div>
|
||||
<BOUCLE_autres(CHAPITRES){id_article}{type_sujet!=SL}>
|
||||
<INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} />
|
||||
</BOUCLE_autres>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</B_autres>
|
||||
</B_chapitres>
|
||||
|
||||
[<div class="emission-Programme #EDIT{chapo}">(#CHAPO)</div>]
|
||||
|
||||
<//B_chapitres>
|
||||
[(#GET{chapitres}|!={oui}|oui)
|
||||
[<div class="emission-Programme #EDIT{chapo}">(#CHAPO)</div>]
|
||||
]
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -300,6 +300,21 @@ h2 {
|
||||
|
||||
.sujet_autre {
|
||||
background:$couleurBackgroundTexte;
|
||||
padding:$spacer ($spacer*4);
|
||||
margin:0 -($spacer*4);
|
||||
> div {
|
||||
@include flex;
|
||||
@include vendor-prefix(flex-wrap, wrap);
|
||||
> * {
|
||||
width:50%;
|
||||
&:nth-child(odd) {
|
||||
padding-right:$spacer*2;
|
||||
}
|
||||
&:nth-child(even) {
|
||||
padding-left:$spacer*2;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
div.star-rating, div.star-rating a {
|
||||
|
Loading…
Reference in New Issue
Block a user