From 603201206a0a1708290fe718908ecf38cca3e985 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 2 Jun 2022 12:35:38 +0200 Subject: [PATCH] css --- htdocs/fourn/facture/card.php | 3 ++- htdocs/theme/eldy/global.inc.php | 3 +++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/htdocs/fourn/facture/card.php b/htdocs/fourn/facture/card.php index f7676b1e092..f9250d255ca 100644 --- a/htdocs/fourn/facture/card.php +++ b/htdocs/fourn/facture/card.php @@ -2968,7 +2968,8 @@ if ($action == 'create') { // Relative and absolute discounts - print ''.$langs->trans('Discounts'); + print ''."\n"; + print ''.$langs->trans('DiscountStillRemaining'); print ''; $thirdparty = $societe; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 34a7f8f87f3..6530f64f2a5 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -228,6 +228,9 @@ input { padding: 4px; padding-left: 5px; } +.tableforfield input { + padding: 2px; +} select { padding-top: 4px; padding-right: 4px;