You just have to edit the var hdr_args from js/cookielawinfo.js , to look like this:
var hdr_args = {
'background-color': settings.background,
'color': settings.text,
'left':'0',
'font-family': settings.font_family
};
So you just have to add the left: 0, and the bar will work.
I resolved it.
Added: &customuptimeratio=1-7-30-360 to $url.
Then modified this:
$sc.='<tr style="background-color: #edf9ff;"><td style="color: #fff;"><span class="pum stat'.$monitor->status.'">
'.pum_status_type($monitor->status).'</span></td>
<td>'.$monitor->friendlyname.'</td>
<td>';
$uptime = $monitor->customuptimeratio;
$exuptime = explode("-",$uptime);
$sc.=$exuptime[0].' % /day<br />
'.$exuptime[1].' % /week<br />
'.$exuptime[2].' % /month<br />
'.$exuptime[3].' % /year</td></tr>';
Great plugin 😀