Skip to content

Commit

Permalink
Fix css
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Jul 31, 2017
1 parent 1897e3c commit eb27f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions htdocs/index.php
Expand Up @@ -118,7 +118,7 @@
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>';
Expand Down Expand Up @@ -541,7 +541,7 @@
$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;
Expand Down

0 comments on commit eb27f8c

Please sign in to comment.