[Logbook] Made the table big again, was far to cramped as table-sm was visually hard to read
这个提交包含在:
父节点
906d956e3e
当前提交
8f4609f060
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -1,5 +1,5 @@
|
||||||
<div class="table-responsive">
|
<div class="table-responsive">
|
||||||
<table class="table table-sm table-striped table-hover">
|
<table class="table table-striped table-hover">
|
||||||
<tr class="titles">
|
<tr class="titles">
|
||||||
<td>Date</td>
|
<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'))) { ?>
|
<?php if(($this->config->item('use_auth') && ($this->session->userdata('user_type') >= 2)) || $this->config->item('use_auth') === FALSE || ($this->config->item('show_time'))) { ?>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用