.pager {
display: block;
margin: 0.5rem auto;
+ border-top: 1px solid #aaa;
+ border-bottom: 1px solid #aaa;
+ padding-left: 0;
}
-/* line 10, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
+/* line 13, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
.pager__item--before,
.pager__item--after {
display: block;
text-transform: uppercase;
+ font-size: 0.75rem;
}
-/* line 16, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
+/* line 20, /home/yomguy/dev/IRCAM/Manifeste/app/festival/static/scss/modules/pager.scss */
.formContent {
background: #000;
}
{% endcomment %}
{% block event_previous_next %}
-<hr/>
<ul class="split-container pager">
{% with event.get_previous_by_publish_date as previous %}
{% if previous %}
<li class="split-left">
- <a href="{{ previous.get_absolute_url }}" class="pager__item--before">← {% trans "Previous event" %}</a>
+ <a href="{{ previous.get_absolute_url }}" class="pager__item--before event__meta__btn">← {% trans "Previous event" %}</a>
</li>
{% endif %}
{% endwith %}
{% with event.get_next_by_publish_date as next %}
{% if next %}
<li class="split-right">
- <a href="{{ next.get_absolute_url }}" class="pager__item--after">{% trans "Next event" %} →</a>
+ <a href="{{ next.get_absolute_url }}" class="pager__item--after event__meta__btn">{% trans "Next event" %} →</a>
</li>
{% endif %}
{% endwith %}
{% block event_related %}
-<hr style="margin-top: 1rem;">
<h2 class="section__title">{% trans "Also discover" %}</h2>
<div class="msry__container">