parent
5343ad2cfa
commit
d844fb7ccf
@ -1730,3 +1730,20 @@ dialog {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.visible-link {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
|
.detail-link {
|
||||||
|
text-align: right;
|
||||||
|
padding-right: 0.4em;
|
||||||
|
.visible-link {
|
||||||
|
color: var(--contrast);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
.week-in-month {
|
||||||
|
article {
|
||||||
|
.visible-link {
|
||||||
|
color: var(--contrast);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
@ -84,7 +84,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<header{% if day.is_today %} id="today"{% endif %}>
|
<header{% if day.is_today %} id="today"{% endif %}>
|
||||||
<h3><a href="{{ day.date | url_day }}?{{ filter.get_url }}">{{ day.date | date:"l j" }}</a></h3}>
|
<h3><a href="{{ day.date | url_day }}?{{ filter.get_url }}" class="visible-link">{{ day.date | date:"l j" }}</a></h3}>
|
||||||
</header>
|
</header>
|
||||||
{% if day.events %}
|
{% if day.events %}
|
||||||
<ul>
|
<ul>
|
||||||
@ -121,7 +121,8 @@
|
|||||||
</article>
|
</article>
|
||||||
</dialog>
|
</dialog>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
<ul>
|
<li class="detail-link"><a href="{{ day.date | url_day }}?{{ filter.get_url }}" class="visible-link">voir en détail {% picto_from_name "chevrons-right" %}</a></li>
|
||||||
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
</article>
|
</article>
|
||||||
|
@ -80,7 +80,7 @@
|
|||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<header{% if day.is_today %} id="today"{% endif %}>
|
<header{% if day.is_today %} id="today"{% endif %}>
|
||||||
<h2><a href="{{ day.date | url_day }}?{{ filter.get_url }}">{{ day.date | date:"l j" }}</a></h2>
|
<h2><a class="visible-link" href="{{ day.date | url_day }}?{{ filter.get_url }}">{{ day.date | date:"l j" }}</a></h2>
|
||||||
</header>
|
</header>
|
||||||
{% if day.events %}
|
{% if day.events %}
|
||||||
<ul>
|
<ul>
|
||||||
@ -159,6 +159,7 @@
|
|||||||
{% if day.is_today_after_events %}
|
{% if day.is_today_after_events %}
|
||||||
<li class="line-now"><div><div>{% now "H:i" %}</div><div class="line"></div></div></li>
|
<li class="line-now"><div><div>{% now "H:i" %}</div><div class="line"></div></div></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<li class="detail-link"><a href="{{ day.date | url_day }}?{{ filter.get_url }}" class="visible-link">voir en détail {% picto_from_name "chevrons-right" %}</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</ul>
|
</ul>
|
||||||
|
Loading…
Reference in New Issue
Block a user