From cf274a7e3f8bae804e0e5a478f33b2c0c0c52f11 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 26 Nov 2017 22:23:21 +0100 Subject: [PATCH] Fix CSS --- htdocs/index.php | 2 +- htdocs/theme/eldy/style.css.php | 4 ++++ htdocs/theme/md/style.css.php | 5 ++++- 3 files changed, 9 insertions(+), 2 deletions(-) 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").'