Debug css v19

This commit is contained in:
Laurent Destailleur 2023-12-14 00:29:57 +01:00
parent a976620d62
commit b266c26781

View File

@ -1,5 +1,5 @@
<?php
/* Copyright (C) 2005-2015 Laurent Destailleur <eldy@users.sourceforge.net>
/* Copyright (C) 2005-2023 Laurent Destailleur <eldy@users.sourceforge.net>
*
* 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;