[Logbook] Made the table big again, was far to cramped as table-sm was visually hard to read

pull/667/head
Peter Goodhall 2020-10-18 21:30:56 +01:00
rodzic 906d956e3e
commit 8f4609f060
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -1,5 +1,5 @@
<div class="table-responsive">
<table class="table table-sm table-striped table-hover">
<table class="table table-striped table-hover">
<tr class="titles">
<td>Date</td>
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?>