change in/out formatting to make uniform width

#47
This commit is contained in:
Chris.Watts90@outlook.com 2017-02-27 14:54:21 +00:00
parent e17568bdc5
commit eb1cb7a1b4

View File

@ -73,10 +73,10 @@
<tr> <tr>
<td class="valign text-center"> <td class="valign text-center">
<!-- ko if: State --> <!-- ko if: State -->
<span class="label label-success">IN</span> <span class="label label-success" style="display: block">IN</span>
<!-- /ko --> <!-- /ko -->
<!-- ko if: !State --> <!-- ko if: !State -->
<span class="label label-danger">OUT</span> <span class="label label-danger" style="display: block">OUT</span>
<!-- /ko --> <!-- /ko -->
</td> </td>
<td class="valign" data-bind="text: FirstName"></td> <td class="valign" data-bind="text: FirstName"></td>