From 5417dc0356e69a058db8cdc13c45215a005b7d36 Mon Sep 17 00:00:00 2001 From: John Botella Date: Tue, 24 Sep 2019 13:11:40 +0200 Subject: [PATCH] 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; }