Updates for tables

This commit is contained in:
2014-06-20 16:43:26 +02:00
parent 4261567139
commit 2ac308e114
3 changed files with 4 additions and 4 deletions

View File

@@ -4,4 +4,5 @@
top: 0;
left: 0;
position: absolute;
}
}

View File

@@ -2,7 +2,7 @@
{% block body %}
<div class="row">
<div class="col-md-12">
<table class="table">
<table class="table table-striped table-hover">
<thead>
<tr>
<th>Applicant</th>
@@ -35,7 +35,6 @@
{% endfor %}
</tbody>
</table>
</div>
</div>