Fix talk table vertical alignment
This commit is contained in:
parent
3ee7239647
commit
bbf2acc8e4
5 changed files with 15 additions and 21 deletions
|
@ -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 }}"
|
||||
|
|
|
@ -53,5 +53,4 @@
|
|||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/talk.css">
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/talks-table.css">
|
||||
{% endblock %}
|
||||
|
|
|
@ -46,10 +46,6 @@ There is also information about events that I’ve attended and spoken at on my
|
|||
You can view more talks in the [talks archive][3].
|
||||
{% endblock %}
|
||||
|
||||
{% block stylesheets %}
|
||||
<link rel="stylesheet" href="{{ site.url }}/assets/css/talks-table.css">
|
||||
{% endblock %}
|
||||
|
||||
[0]: {{site.url}}/contact
|
||||
[1]: {{site.lanyrd.url}}
|
||||
[2]: {{site.joindin.url}}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue