parent
527fa886b7
commit
fa4024a912
@ -680,6 +680,7 @@ header .remarque {
|
||||
margin-right: 2em;
|
||||
}
|
||||
}
|
||||
@media only screen and (min-width: 800px) {
|
||||
.form.recent {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
@ -689,6 +690,7 @@ header .remarque {
|
||||
grid-column: 1/3;
|
||||
}
|
||||
}
|
||||
}
|
||||
.form.recent.moderation-events {
|
||||
:nth-last-child(4) {
|
||||
grid-column: 2/3;
|
||||
@ -1636,7 +1638,7 @@ form.messages {
|
||||
display: block;
|
||||
fieldset div {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
//grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
|
||||
margin-right: 1em;
|
||||
}
|
||||
}
|
||||
|
@ -34,6 +34,7 @@
|
||||
Les règles sont appliquées à l'import sur tous les événements, et à la demande sur tous les événements, avec confirmation dans le cas d'événements déjà catégorisés.
|
||||
</p>
|
||||
</header>
|
||||
<div class="large-table">
|
||||
<table role="grid">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -90,6 +91,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<footer>
|
||||
<span>{% include "agenda_culturel/paginator.html" %}</span>
|
||||
</footer>
|
||||
|
@ -43,6 +43,7 @@
|
||||
<button type="submit">Filtrer</button>
|
||||
</form>
|
||||
</header>
|
||||
<div class="large-table">
|
||||
<table role="grid">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -105,6 +106,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<footer>
|
||||
{% include "agenda_culturel/paginator_filter.html" %}
|
||||
</footer>
|
||||
|
@ -59,6 +59,7 @@
|
||||
<button type="submit">Filtrer</button>
|
||||
</form>
|
||||
</header>
|
||||
<div class="large-table">
|
||||
<table role="grid">
|
||||
<thead>
|
||||
<tr>
|
||||
@ -110,6 +111,7 @@
|
||||
{% endfor %}
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<footer>
|
||||
<span>{% include "agenda_culturel/paginator.html" %}</span>
|
||||
</footer>
|
||||
|
@ -49,6 +49,7 @@
|
||||
On affiche cette information pour les imports depuis le début de leur
|
||||
intégration à l'agenda, mais aussi pour le dernier mois.
|
||||
</p>
|
||||
<div class="large-table">
|
||||
<table>
|
||||
<thead>
|
||||
<th class="label"></th>
|
||||
@ -65,6 +66,7 @@
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<h2>Par ville</h2>
|
||||
<p>Nombre d'événements référencés par ville.</p>
|
||||
<ul>
|
||||
|
Loading…
x
Reference in New Issue
Block a user