diff --git a/htdocs/core/get_menudiv.php b/htdocs/core/get_menudiv.php index bcc89ae3f9c..f7ed538c274 100644 --- a/htdocs/core/get_menudiv.php +++ b/htdocs/core/get_menudiv.php @@ -1,5 +1,5 @@ +/* Copyright (C) 2005-2023 Laurent Destailleur * * This file is a modified version of datepicker.php from phpBSM to fix some * bugs, to add new features and to dramatically increase speed. @@ -140,6 +140,12 @@ print ' li.lilevel2 a { padding-left: 60px !important; } + li.lilevel3 a { + padding-left: 90px !important; + } + li.lilevel4 a { + padding-left: 120px !important; + } a.alilevel0, span.spanlilevel0 { background-image: url(\''.DOL_URL_ROOT.'/theme/'.urlencode($conf->theme).'/img/next.png\') !important;