Ajout d'un contenu fixe en première page de modération
This commit is contained in:
parent
cc0c798f5a
commit
d770cf23f0
@ -1684,15 +1684,7 @@ label.required::after {
|
|||||||
background: rgb(178, 0, 178);
|
background: rgb(178, 0, 178);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@media only screen and (min-width: 550px) {
|
@media only screen and (min-width: 1800px) {
|
||||||
font-size: 90%;
|
|
||||||
.ratio {
|
|
||||||
a, .a {
|
|
||||||
width: 5em;
|
|
||||||
height: 3.2em;
|
|
||||||
line-height: 3.2em;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.total, .month {
|
.total, .month {
|
||||||
display: inline;
|
display: inline;
|
||||||
opacity: .35;
|
opacity: .35;
|
||||||
@ -1700,6 +1692,15 @@ label.required::after {
|
|||||||
.label {
|
.label {
|
||||||
display: table-cell;
|
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%;
|
font-size: 100%;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -18,6 +18,8 @@
|
|||||||
<div class="grid two-columns">
|
<div class="grid two-columns">
|
||||||
<div id="contenu-principal">
|
<div id="contenu-principal">
|
||||||
<div>
|
<div>
|
||||||
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
<div class="slide-buttons">
|
<div class="slide-buttons">
|
||||||
@ -25,7 +27,11 @@
|
|||||||
</div>
|
</div>
|
||||||
<h2>Modération à venir</h2>
|
<h2>Modération à venir</h2>
|
||||||
</header>
|
</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">
|
<div class="moderation_heatmap">
|
||||||
{% for w in nb_not_moderated %}
|
{% for w in nb_not_moderated %}
|
||||||
<table>
|
<table>
|
||||||
@ -53,6 +59,7 @@
|
|||||||
</table>
|
</table>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
</article>
|
</article>
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user