Petits ajustements de mise en page

This commit is contained in:
Jean-Marie Favreau 2024-10-06 14:14:12 +02:00
parent 822d3d66c0
commit 2d25ccbb6a
2 changed files with 5 additions and 3 deletions

View File

@ -811,13 +811,14 @@ nav>div {
} }
} }
.badge { .badge, nav .badge {
@extend [role="button"]; @extend [role="button"];
font-size: 70%; font-size: 70%;
padding: 0.2em .8em; padding: 0.2em .8em;
border-radius: .5em; border-radius: .5em;
} }
.badge.error { .badge.error {
background: #b71c1c; background: #b71c1c;
border-color: #cb1b1b; border-color: #cb1b1b;
@ -1205,6 +1206,9 @@ article {
} }
.a-venir { .a-venir {
article#filters {
margin: 2em 0;
}
.day-interval>.sticky { .day-interval>.sticky {
position: sticky; position: sticky;
top: 0; top: 0;

View File

@ -15,8 +15,6 @@
<script src="{% static 'js/filters.js' %}"></script> <script src="{% static 'js/filters.js' %}"></script>
{% endblock %} {% endblock %}
{% block body-class %}a-venir{% endblock %} {% block body-class %}a-venir{% endblock %}
{% block content %} {% block content %}