Made /modes table responsive for mobile devices

这个提交包含在:
Peter Goodhall 2020-08-19 16:19:56 +01:00
父节点 c715231ef1
当前提交 87bb8be156

查看文件

@ -14,6 +14,7 @@
</div>
<div class="card-body">
<p class="card-text">This is the place you can customize your modes-list by activating/deactivating modes to be shown in the select-list.</p>
<div class="table-responsive">
<table class="table table-striped">
<thead>
<tr>
@ -42,7 +43,9 @@
<?php } ?>
</tbody>
<table>
<p><a href="<?php echo site_url('mode/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> Create a Mode</a></p>
</table>
<p><a href="<?php echo site_url('mode/create'); ?>" class="btn btn-primary"><i class="fas fa-plus"></i> Create a Mode</a></p>
</div>
</div>