fix h1 page accueil + mise en forme notation

This commit is contained in:
chankalan 2021-10-05 10:33:19 +02:00
parent 78330b17b0
commit 13781f0264
4 changed files with 14 additions and 4 deletions

View File

@ -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 dannuler votre vote).',
'podcast' => 'Podcast',
'ogg' => 'OGG',

Binary file not shown.

View File

@ -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">

View File

@ -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;
}
}