From 5417dc0356e69a058db8cdc13c45215a005b7d36 Mon Sep 17 00:00:00 2001 From: John Botella Date: Tue, 24 Sep 2019 13:11:40 +0200 Subject: [PATCH 1/2] Fix top menu right padding --- htdocs/theme/eldy/style.css.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 3b8e1fc7329..42d7cc396a3 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -199,7 +199,7 @@ $minwidthtmenu=66; /* minimum width for one top menu entry */ $heightmenu=48; /* height of top menu, part with image */ $heightmenu2=49; /* height of top menu, part with login */ $disableimages = 0; -$maxwidthloginblock = 130; +$maxwidthloginblock = 180; if (! empty($conf->global->THEME_TOPMENU_DISABLE_IMAGE)) { $disableimages = 1; $maxwidthloginblock = 180; $minwidthtmenu=0; } From b52e5d51e3139977bb3d8a75c0d90c8a84e427dd Mon Sep 17 00:00:00 2001 From: Alexandre SPANGARO Date: Thu, 26 Sep 2019 22:01:59 +0200 Subject: [PATCH 2/2] FIX colspan on VAT quadri report --- htdocs/compta/tva/quadri_detail.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/compta/tva/quadri_detail.php b/htdocs/compta/tva/quadri_detail.php index 581e9a1d13e..4d777df320d 100644 --- a/htdocs/compta/tva/quadri_detail.php +++ b/htdocs/compta/tva/quadri_detail.php @@ -526,7 +526,7 @@ if (! is_array($x_coll) || ! is_array($x_paye)) } // Blank line - print ' '; + print ' '; // Print table headers for this quadri - expenses now print '';