From 453871bf38ef3cece0f9efa9c2ae25fae342240d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 15 Feb 2022 23:01:14 +0100 Subject: [PATCH] css --- htdocs/core/class/html.form.class.php | 4 ++-- htdocs/core/customreports.php | 6 +++--- htdocs/theme/eldy/global.inc.php | 2 ++ 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/htdocs/core/class/html.form.class.php b/htdocs/core/class/html.form.class.php index 32319e46cef..a590e786bc1 100644 --- a/htdocs/core/class/html.form.class.php +++ b/htdocs/core/class/html.form.class.php @@ -9753,8 +9753,8 @@ class Form $ret .= '
'; //$ret .= ''; - $ret .= ''; - $ret .= ''; + $ret .= ''; + $ret .= ''; //$ret .= $langs->trans("Filters"); $ret .= ''; diff --git a/htdocs/core/customreports.php b/htdocs/core/customreports.php index 3a4ab5d1a75..f1616feb21b 100644 --- a/htdocs/core/customreports.php +++ b/htdocs/core/customreports.php @@ -431,21 +431,21 @@ if ($object->isextrafieldmanaged) { } } } -print '
'; +print '
'; print $form->multiselectarray('search_measures', $arrayofmesures, $search_measures, 0, 0, 'minwidth400', 1, 0, '', '', $langs->trans("Measures")); // Fill the array $arrayofmeasures with possible fields print '
'; // XAxis print '
'; -print '
'; +print '
'; print $formother->selectXAxisField($object, $search_xaxis, $arrayofxaxis, $langs->trans("XAxis")); // Fill the array $arrayofxaxis with possible fields print '
'; // Group by print '
'; -print '
'; +print '
'; print $formother->selectGroupByField($object, $search_groupby, $arrayofgroupby, 'minwidth200 maxwidth250', $langs->trans("GroupBy")); // Fill the array $arrayofgroupby with possible fields print '
'; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 7eb552517ee..5ce837e160c 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -205,6 +205,7 @@ div.tabBar input, div.tabBar input.flat, div.tabBar textarea, div.tabBar textare .divadvancedsearchfieldcompinput { background: #fff; border-bottom: solid 1px var(--inputbordercolor); + border-radius: 3px; } input[name=duration_value], input[name=durationhour] { @@ -1040,6 +1041,7 @@ div.divsearchfield { padding-: 0; border-bottom: solid 1px var(--inputbordercolor); height: 24px; + border-radius: 3px; } .search_component_searchtext { padding-top: 2px;