Skip to content
Snippets Groups Projects
Commit eb27f8cf authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix css

parent 1897e3cb
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment