From f3c571f4eb020c05a45f5c6e871666383ea7fd43 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Fri, 25 Aug 2023 21:16:35 -0400 Subject: [PATCH] Added Border on top of Card headers in Client Top Header --- clients.php | 52 ++++++++++++++++++++++------------------- inc_client_top_head.php | 20 +++++++++------- 2 files changed, 39 insertions(+), 33 deletions(-) diff --git a/clients.php b/clients.php index d2f0f24c..b959ce53 100644 --- a/clients.php +++ b/clients.php @@ -202,25 +202,24 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); ?> -
+ - -
- -
- - -
- -
- - -
- Created: + +
+
+ + +
+ +
+ +
+ Created: +
@@ -231,24 +230,29 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); } if (!empty($contact_name)) { ?> - -
+
+ +
- -
+
+ +
- -
+
+ +
- +
+ +
diff --git a/inc_client_top_head.php b/inc_client_top_head.php index 909cdd00..425b40d0 100644 --- a/inc_client_top_head.php +++ b/inc_client_top_head.php @@ -31,13 +31,15 @@
-
+ + +