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>
<div class="card-body"> <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> <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"> <table class="table table-striped">
<thead> <thead>
<tr> <tr>
@ -42,7 +43,9 @@
<?php } ?> <?php } ?>
</tbody> </tbody>
<table> <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>
</div> </div>