diff --git a/htdocs/index.php b/htdocs/index.php index 1faa29665ce..3d813c35118 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -121,7 +121,7 @@ if (empty($user->societe_id)) $boxstat.='
'.$langs->trans("DolibarrStateBoard").'
'; $boxstat.=''; $boxstat.=''; - $boxstat.=''; + $boxstat.=''; $object=new stdClass(); $parameters=array(); @@ -602,8 +602,6 @@ if (! empty($valid_dashboardlines)) $boxwork .='
'; $boxwork .='
'; $boxwork .='
'; - $boxwork .='
'; - $boxwork .='
'; $boxwork .=''; $boxwork .=''; diff --git a/htdocs/theme/eldy/global.inc.php b/htdocs/theme/eldy/global.inc.php index 18ca2e4f100..83e2989256f 100644 --- a/htdocs/theme/eldy/global.inc.php +++ b/htdocs/theme/eldy/global.inc.php @@ -1447,8 +1447,7 @@ li.menuhider:hover { background-image: none !important; } li.tmenusel, li.tmenu:hover { - background: rgba(0, 0, 0, 0.1); - /* background: rgb(); */ + /* background: rgba(0, 0, 0, 0.1); */ } li.tmenusel::after, li.tmenu:hover::after{ @@ -3150,7 +3149,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.ficheaddleft) .oddeven.tagtr:nth- .noborder > tbody > tr:nth-child(even):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(even):not(:last-child) td:not(.liste_titre), .noborder .oddeven.tagtr:nth-child(even):not(:last-child) .tagtd:not(.liste_titre) { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #e0e0e0; } .noborder > tbody > tr:nth-child(odd):not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(.liste_titre), @@ -3166,7 +3165,7 @@ div:not(.fichecenter):not(.fichehalfleft):not(.ficheaddleft) .oddeven.tagtr:nth- .noborder > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre), .liste > tbody > tr:nth-child(odd):not(:last-child) td:not(.liste_titre), .noborder .oddeven.tagtr:nth-child(odd):not(:last-child) .tagtd:not(.liste_titre) { - border-bottom: 1px solid #ddd; + border-bottom: 1px solid #e0e0e0; } ul.noborder li:nth-child(even):not(.liste_titre) { @@ -3212,7 +3211,10 @@ ul.noborder li:nth-child(even):not(.liste_titre) { padding: 3px; } .boxstats { - padding: 3px; + padding-left: 3px; + padding-right: 3px; + padding-top: 2px; + padding-bottom: 2px; width: 121px; } .boxstatscontent {