Fix talk table vertical alignment

This commit is contained in:
Oliver Davies 2017-07-10 23:47:53 +01:00
parent 3ee7239647
commit bbf2acc8e4
5 changed files with 15 additions and 21 deletions

View file

@ -1,5 +1,5 @@
<div class="table-responsive">
<table class="table table-striped">
<table class="table table-striped talks-table">
<thead>
<tr>
<th style="width: 20%">Date</th>
@ -24,7 +24,7 @@
{% set talk = item %}
{% endfor %}
<tr>
<td>
<td class="vertical-middle">
{{ row.date.date|date(row.date.fuzzy_date ? 'F Y' : 'j F Y') }}
{% if row.date.time %}
@ -46,7 +46,7 @@
</td>
{% endif %}
<td>
<td class="vertical-middle">
{% if row.event.website %}
<a href="{{ row.event.website }}">
{{ row.event.name }}
@ -61,7 +61,7 @@
</td>
{% if not upcoming %}
<td>
<td class="vertical-middle">
{% if row.date.feedback %}
<a
href="{{ row.date.feedback }}"