From f82f4162c3abffe3bac4e15693dc37d4cb9de65a Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 10 Oct 2019 22:42:23 +0200 Subject: [PATCH] NEW Look and fill v11: Introduce CSS "trforbreak" --- htdocs/accountancy/bookkeeping/balance.php | 4 ++-- htdocs/theme/eldy/global.inc.php | 4 +++- htdocs/theme/md/style.css.php | 4 +++- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/htdocs/accountancy/bookkeeping/balance.php b/htdocs/accountancy/bookkeeping/balance.php index 3c04548d7c6..7d48790348d 100644 --- a/htdocs/accountancy/bookkeeping/balance.php +++ b/htdocs/accountancy/bookkeeping/balance.php @@ -279,8 +279,8 @@ if ($action != 'export_csv') print ''; } - // Affiche le compte comptable en debut de ligne - print ""; + // Show first line of a break + print ''; print '' . $line->numero_compte . ($root_account_description ? ' - ' . $root_account_description : '') . ''; print ''; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 69865d7ab1b..ddd865cbbb2 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2942,7 +2942,9 @@ td.evenodd, tr.nohoverpair td, #trlinefordates td { background: # !important; } .trforbreak td { - background-color: # !important; + font-weight: bold; + border-bottom: 1pt solid black !important; + /* background-color: # !important; */ } table.dataTable td { diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 8c6bd8d4d77..dc666d77a02 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3046,7 +3046,9 @@ td.evenodd, tr.nohoverpair td { background: # !important; } .trforbreak td { - background-color: # !important; + font-weight: bold; + border-bottom: 1pt solid black !important; + /* background-color: # !important; */ } table.dataTable td {