From 94310faaacecc0d3bfaa87e2062182d2910c3118 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Fri, 27 Sep 2024 00:50:41 +0200 Subject: [PATCH] CSS --- htdocs/cron/list.php | 2 +- htdocs/theme/eldy/global.inc.php | 1 + htdocs/theme/md/style.css.php | 1 + 3 files changed, 3 insertions(+), 1 deletion(-) diff --git a/htdocs/cron/list.php b/htdocs/cron/list.php index 2a3629bc573..302b5bc03c9 100644 --- a/htdocs/cron/list.php +++ b/htdocs/cron/list.php @@ -568,7 +568,7 @@ if ($num > 0) { print ''; // Label - print ''; + print ''; if (!empty($object->label)) { $object->ref = $langs->trans($object->label); print '
'; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 95aca4ccdbb..c7f90b0d947 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -2126,6 +2126,7 @@ datalist { .maxwidth250onsmartphone { max-width: 250px; } .maxwidth300onsmartphone { max-width: 300px; } .maxwidth400onsmartphone { max-width: 400px; } + .minwidth150 { min-width: 110px !important; } .minwidth50imp { min-width: 50px !important; } .minwidth75imp { min-width: 75px !important; } .minwidth100imp { min-width: 100px !important; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index 82374fe0c43..4e19b28d328 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -2299,6 +2299,7 @@ select.widthcentpercentminusxx, span.widthcentpercentminusxx:not(.select2-select .maxwidth250onsmartphone { max-width: 250px; } .maxwidth300onsmartphone { max-width: 300px; } .maxwidth400onsmartphone { max-width: 400px; } + .minwidth150 { min-width: 110px !important; } .minwidth50imp { min-width: 50px !important; } .minwidth75imp { min-width: 75px !important; } .minwidth100imp { min-width: 100px !important; }