Merge pull request #11956 from atm-john/10.0_fix_top_menu_size

FIX top menu right padding
This commit is contained in:
Laurent Destailleur 2019-09-26 23:39:23 +02:00 committed by GitHub
commit d4364dd44e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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; }