[Station logbooks] Fixed card header and misc layout

这个提交包含在:
Andreas 2023-01-01 13:07:01 +01:00
父节点 457206f31a
当前提交 dd5df25a22

查看文件

@ -21,8 +21,9 @@
<div class="card" style="margin-top: 20px;">
<div class="card-header">
Station Locations <a class="btn btn-primary float-right" href="<?php echo site_url('logbooks/create'); ?>"><i class="fas fa-plus"></i> Create a Station Logbook</a>
Station Logbooks <a class="btn btn-primary float-right" href="<?php echo site_url('logbooks/create'); ?>"><i class="fas fa-plus"></i> Create a Station Logbook</a>
</div>
<div class="card-body">
<div id="station_logbooks">
<?php if ($my_logbooks->num_rows() > 0) { ?>
@ -65,6 +66,7 @@
<?php } ?>
</div>
</div>
</div>
</div>