radiocampus: fred css reshape

This commit is contained in:
2024-09-19 11:18:53 +02:00
parent 29b4dc2de5
commit acfd5c49b7
4 changed files with 111 additions and 17 deletions

View File

@ -55,7 +55,7 @@ function display(id) {
<!-- <a href="{% url "timetable-list" date=date %}">{{ date|date:"l d F Y" }}</a> -->
<section class="clear-both list grid radiocampus-grid" role="list">
</section>
{% with list_class="radiocampus-grid" %}
{% with list_class="list-home" %}
{{ block.super }}
{% endwith %}
</div>

View File

@ -65,7 +65,7 @@
{% endblock %}
{% block list-container %}
<section class="container clear-both list grid {{ list_class|default:"" }} listfive" role="list">
<section class="container clear-both list grid {{ list_class|default:"" }} list-emissions" role="list">
{% block list %}
{% with has_headline=True %}
{% for object in object_list %}

View File

@ -36,7 +36,7 @@
{% block list-container %}
{% with list_class="grid" %}
<section class="container clear-both list grid radiocampus-grid listfive" role="list">
<section class="container clear-both list grid list-grille list-home list-emissions" role="list">
<section class="container" style="display:flex;justify-content:flex-end;min-height:600px">
<div style="max-width:600px;">
{% block list %}