Ajout d'un contenu fixe en première page de modération

This commit is contained in:
Jean-Marie Favreau 2024-12-14 13:13:56 +01:00
parent cc0c798f5a
commit d770cf23f0
2 changed files with 42 additions and 34 deletions

View File

@ -1684,15 +1684,7 @@ label.required::after {
background: rgb(178, 0, 178);
}
}
@media only screen and (min-width: 550px) {
font-size: 90%;
.ratio {
a, .a {
width: 5em;
height: 3.2em;
line-height: 3.2em;
}
}
@media only screen and (min-width: 1800px) {
.total, .month {
display: inline;
opacity: .35;
@ -1700,6 +1692,15 @@ label.required::after {
.label {
display: table-cell;
}
}
@media only screen and (min-width: 1600px) {
.ratio {
a, .a {
width: 5em;
height: 3.2em;
line-height: 3.2em;
}
}
font-size: 100%;
}
}

View File

@ -18,6 +18,8 @@
<div class="grid two-columns">
<div id="contenu-principal">
<div>
<article>
<header>
<div class="slide-buttons">
@ -25,7 +27,11 @@
</div>
<h2>Modération à venir</h2>
</header>
<div class="grid">
<div>
{% url 'administration' as local_url %}
{% include "agenda_culturel/static_content.html" with name="administration" url_path=local_url %}
</div>
<div class="moderation_heatmap">
{% for w in nb_not_moderated %}
<table>
@ -53,6 +59,7 @@
</table>
{% endfor %}
</div>
</div>
</article>
<article>