mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2025-02-20 13:46:52 +01:00
Debug css v19
This commit is contained in:
parent
a976620d62
commit
b266c26781
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user