on améliore la position des titres des agendas. Fix #53
This commit is contained in:
parent
1b02effc63
commit
592c74158f
@ -229,7 +229,15 @@ article.day>ul {
|
|||||||
.right {
|
.right {
|
||||||
text-align: right;
|
text-align: right;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
header .title {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
||||||
.navigation {
|
.navigation {
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
margin-top: -3.5em;
|
||||||
|
}
|
||||||
margin: 1em 0;
|
margin: 1em 0;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -21,13 +21,14 @@
|
|||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>Événements de {{ calendar.firstdate | date:"F o" }}</h1>
|
|
||||||
|
|
||||||
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
||||||
|
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
|
<div class="title"><h1>{{ calendar.firstdate | date:"F o" }}</h1></div>
|
||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
<a role="button" href="{% url 'month_view' calendar.previous_month.year calendar.previous_month.month %}?{{ filter.get_url }}">
|
<a role="button" href="{% url 'month_view' calendar.previous_month.year calendar.previous_month.month %}?{{ filter.get_url }}">
|
||||||
|
@ -26,17 +26,12 @@
|
|||||||
<article>{% include "agenda_culturel/static_content.html" with name="home" url_path="/" %}</article>
|
<article>{% include "agenda_culturel/static_content.html" with name="home" url_path="/" %}</article>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<hgroup>
|
|
||||||
<h1>Les événements de la semaine {{ week }}</h1>
|
|
||||||
<h2>Du {{ calendar.calendar_days_list.0.date }} au {{ calendar.calendar_days_list.6.date }} </h2>
|
|
||||||
</hgroup>
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
{% include "agenda_culturel/filter-inc.html" with filter=filter %}
|
||||||
|
|
||||||
<article>
|
<article>
|
||||||
<header>
|
<header>
|
||||||
|
<div class="title"><h1>Semaine du {{ calendar.calendar_days_list.0.date }}</h1></div>
|
||||||
<div class="navigation">
|
<div class="navigation">
|
||||||
<div>
|
<div>
|
||||||
<a role="button" href="{% url 'week_view' calendar.previous_week.year calendar.previous_week|week %}?{{ filter.get_url }}">
|
<a role="button" href="{% url 'week_view' calendar.previous_week.year calendar.previous_week|week %}?{{ filter.get_url }}">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user