Fixed the day-of-week agenda links to not pull the agenda up so high that the start of the day is obscured by the top navbar.

- Legacy-Id: 10006
This commit is contained in:
Henrik Levkowetz 2015-08-10 19:47:42 +00:00
parent fb66c1856f
commit 09cecfdab3

View file

@ -156,7 +156,9 @@
{% ifchanged item.timeslot.time|date:"Y-m-d" %}
<tr><th class="gap" colspan="6"></th></tr>
<tr class="warning">
<th colspan="6" class="anchor-target" id="{{item.timeslot.time|slugify}}">
<th colspan="6">
%# The anchor here needs to be in a div, not in the th, in order for the anchor-target margin hack to work #}
<div class="anchor-target" id="{{item.timeslot.time|slugify}}"/>
{% if "-utc" in request.path %}
{{ item.timeslot.utc_start_time|date:"l, F j, Y" }} (UTC)
{% else %}