diff --git a/htdocs/index.php b/htdocs/index.php index 8c2a45d0edd..c93065298d2 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -525,7 +525,7 @@ if(!empty($conf->global->MAIN_USE_METEO_WITH_PERCENTAGE)) $totallate = round($to //var_dump($totallate); $boxwork=''; $boxwork.='
'; -$boxwork.=''."\n"; +$boxwork.='
'."\n"; $boxwork.=''; $boxwork.=''; $boxwork.=''."\n"; diff --git a/htdocs/theme/eldy/style.css.php b/htdocs/theme/eldy/style.css.php index 179eb550e6f..fe7dea4d76f 100644 --- a/htdocs/theme/eldy/style.css.php +++ b/htdocs/theme/eldy/style.css.php @@ -3027,6 +3027,10 @@ span.dashboardlineko { .tdboxstats { text-align: center; } +.boxworkingboard .tdboxstats { + padding-left: 0px !important; + padding-right: 0px !important; +} a.valignmiddle.dashboardlineindicator { line-height: 30px; } diff --git a/htdocs/theme/md/style.css.php b/htdocs/theme/md/style.css.php index b3c1af6e725..f5415d2b90b 100644 --- a/htdocs/theme/md/style.css.php +++ b/htdocs/theme/md/style.css.php @@ -3093,11 +3093,14 @@ span.dashboardlineko { .tdboxstats { text-align: center; } +.boxworkingboard .tdboxstats { + padding-left: 0px !important; + padding-right: 0px !important; +} a.valignmiddle.dashboardlineindicator { line-height: 30px; } - .box { padding-right: 0px; padding-left: 0px;
'.$langs->trans("DolibarrWorkBoard").'