fix h1 page accueil + mise en forme notation
This commit is contained in:
parent
78330b17b0
commit
13781f0264
@ -7,6 +7,7 @@ if (!defined('_ECRIRE_INC_VERSION')) {
|
||||
|
||||
$GLOBALS[$GLOBALS['idx_lang']] = array(
|
||||
|
||||
'donnez_votre_avis' => 'Donner votre avis sur cette émission (le bouton à gauche permet d’annuler votre vote).',
|
||||
|
||||
'podcast' => 'Podcast',
|
||||
'ogg' => 'OGG',
|
||||
|
BIN
squelettes/content/.article-emission.html.kate-swp
Normal file
BIN
squelettes/content/.article-emission.html.kate-swp
Normal file
Binary file not shown.
@ -12,10 +12,12 @@
|
||||
<h1><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span>[
|
||||
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>
|
||||
]</h1>
|
||||
<p>Donner votre avis sur cette émission (le bouton à gauche permet d'annuler votre vote).</p>
|
||||
<div class="article__interactivite">
|
||||
<p><:libreavous:donnez_votre_avis:></p>
|
||||
<div>
|
||||
#FORMULAIRE_NOTATION
|
||||
[(#MODELE{comments-nb}{id_article})]
|
||||
<div>
|
||||
</div>
|
||||
|
||||
<div class="postmeta">
|
||||
|
@ -209,9 +209,14 @@ html .formulaire_spip input[type="text"] {
|
||||
margin-bottom:3rem;
|
||||
}
|
||||
.article__interactivite {
|
||||
@include flex;
|
||||
> a {
|
||||
margin-left:1rem;
|
||||
> div {
|
||||
@include flex;
|
||||
> a {
|
||||
margin-left:1rem;
|
||||
}
|
||||
}
|
||||
p {
|
||||
margin:0;
|
||||
}
|
||||
}
|
||||
|
||||
@ -742,6 +747,8 @@ a:hover .fab, a:hover .fas {
|
||||
.body__sommaire .page_main {
|
||||
h1 {
|
||||
margin: 1em 0 0.8em;
|
||||
}
|
||||
.emission_heroine h1 {
|
||||
font-size: 2.4rem;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user