From eb27f8cfe863a33bf9d8ac26a517a2c8194997ff Mon Sep 17 00:00:00 2001 From: Laurent Destailleur <eldy@destailleur.fr> Date: Mon, 31 Jul 2017 02:18:33 +0200 Subject: [PATCH] Fix css --- htdocs/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/htdocs/index.php b/htdocs/index.php index 9b190ac1e2b..f76526d23ea 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -118,7 +118,7 @@ $langs->load("contracts"); if (empty($user->societe_id)) { $boxstat.='<div class="box">'; - $boxstat.='<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable" width="100%">'; + $boxstat.='<table summary="'.dol_escape_htmltag($langs->trans("DolibarrStateBoard")).'" class="noborder boxtable nohover" width="100%">'; $boxstat.='<tr class="liste_titre">'; $boxstat.='<th class="liste_titre">'.$langs->trans("DolibarrStateBoard").'</th>'; $boxstat.='</tr>'; @@ -541,7 +541,7 @@ if ($showweather) $boxwork.='</tr>'; } -$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer">'; +$boxwork.='<tr class="nohover"><td class="tdboxstats nohover flexcontainer centpercent">'; // Show dashboard $nbworkboardempty=0; -- GitLab