Tweaked the spacing of the calendar symbol link on the session details page to match the spacing otherwise used for session detail links.

- Legacy-Id: 17744
This commit is contained in:
Henrik Levkowetz 2020-05-05 15:44:23 +00:00
parent 5e56f16e7c
commit 9485de6371

View file

@ -17,7 +17,7 @@
<h1>{{ meeting }} : {{ acronym }}
{% if meeting.date >= thisweek %}
<a class="regular pull-right" title="icalendar entry for {{acronym}}@{{meeting.number}}" href="{% url 'ietf.meeting.views.ical_agenda' num=meeting.number acronym=acronym %}"><span class="fa fa-calendar"></span></a>
<a class="regular pull-right" title="icalendar entry for {{acronym}}@{{meeting.number}}" href="{% url 'ietf.meeting.views.ical_agenda' num=meeting.number acronym=acronym %}"><span class="fa fa-fw fa-calendar"></span> </a>
{% endif %}
</h1>