Ergnonomie

This commit is contained in:
Jean-Marie Favreau 2024-10-19 18:51:25 +02:00
parent 0dafda30e4
commit 6704d30ef1
2 changed files with 7 additions and 2 deletions

View File

@ -539,6 +539,9 @@ article#filters {
.slide-buttons {
float: right;
}
.left-buttons {
display: inline-block;
}
.highlight {
color: var(--primary);

View File

@ -18,9 +18,11 @@
<div class="grid two-columns">
<article>
<header>
<div class="buttons left-buttons">
<a href="{% url 'recurrent_imports' %}" role="button">&lt; Tous les imports récurrents</a>
<div class="buttons slide-buttons">
<a href="{% url 'moderation' %}?import_sources={{ object.pk }}" role="button">Voir les événements {% picto_from_name "calendar" %}</a>
</div>
<div class="buttons slide-buttons">
<a href="{% url 'run_rimport' object.pk %}" role="button">Exécuter {% picto_from_name "download-cloud" %}</a>
<a href="{% url 'edit_rimport' object.pk %}" role="button">Éditer {% picto_from_name "edit" %}</a>
<a href="{% url 'delete_rimport' object.pk %}" role="button">Supprimer {% picto_from_name "trash" %}</a>