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; top: 0;
left: 0; left: 0;
position: absolute; position: absolute;
} }

View File

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