Shrunk the card header down to a more reasonable size which made a big difference the card header are not so over bearing

This commit is contained in:
johnny@pittpc.com
2021-02-06 02:35:58 -05:00
parent 7d2cf8ce89
commit 1ede4bc795
41 changed files with 55 additions and 62 deletions

View File

@@ -7,7 +7,7 @@ $sql = mysqli_query($mysqli,"SELECT * FROM alerts WHERE alert_ack_date IS NULL A
?>
<div class="card card-dark">
<div class="card-header">
<div class="card-header py-2">
<h3 class="card-title mt-2"><i class="fa fa-fw fa-exclamation-triangle"></i> Alerts</h3>
<div class="card-tools">
<a href="post.php?ack_all_alerts" class="btn btn-success"> <i class="fa fa-check"></i> Acknowledge All</a>