From e8af173b4f45214a92e768a96337ddf5d3efb705 Mon Sep 17 00:00:00 2001 From: johnnyq Date: Mon, 4 Aug 2025 11:36:30 -0400 Subject: [PATCH] Fix Client Billing column lweft align the label right align the amounts --- user/clients.php | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) diff --git a/user/clients.php b/user/clients.php index 7b498dac..cf7f56d8 100644 --- a/user/clients.php +++ b/user/clients.php @@ -556,20 +556,25 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()")); = 1) && $config_module_enable_accounting == 1) { ?> -
- Balance +
+ Balance +
-
- Paid +
+ Paid +
-
- Credit +
+ Credit +
-
- Monthly +
+ Monthly +
-
- Hourly Rate +
+ Hourly Rate +