Continuing work on re-design and clean-up of dashboard view.

This commit is contained in:
Matt Scott 2023-02-19 09:54:15 -05:00
parent 4f83879e95
commit 49bc8e948d

View File

@ -9,7 +9,6 @@
<div class="col-sm-6"> <div class="col-sm-6">
<h1 class="m-0 text-dark"> <h1 class="m-0 text-dark">
Dashboard Dashboard
<small>Info</small>
</h1> </h1>
</div> </div>
<div class="col-sm-6"> <div class="col-sm-6">
@ -236,12 +235,14 @@
{% block head_styles %} {% block head_styles %}
<style type="text/css"> <style type="text/css">
/* Global Styles */
table.records thead th, table.records tbody td { text-align: center; vertical-align: middle; } table.records thead th, table.records tbody td { text-align: center; vertical-align: middle; }
table.records tbody td:first-of-type { text-align: left; }
table.records thead th:last-of-type { width: 50px; } table.records thead th:last-of-type { width: 50px; }
div.table-responsive > div.dataTables_wrapper > div.row:first-of-type { margin: 0 0.5em 0 0.5em; } div.table-responsive > div.dataTables_wrapper > div.row:first-of-type { margin: 0 0.5em 0 0.5em; }
div.table-responsive > div.dataTables_wrapper > div.row:last-of-type { margin: 0.4em 0.5em 0.4em 0.5em; } div.table-responsive > div.dataTables_wrapper > div.row:last-of-type { margin: 0.4em 0.5em 0.4em 0.5em; }
div.table-responsive > div.dataTables_wrapper table.dataTable { margin: 0!important; } div.table-responsive > div.dataTables_wrapper table.dataTable { margin: 0!important; }
/* Page Specific Overrides */
table.records tbody td:first-of-type { text-align: left; }
</style> </style>
{% endblock %} {% endblock %}