Merge pull request #2510 from Alucardfh/useMoreWidthRebased

Use more width rebased
This commit is contained in:
Neil Lathwood
2015-11-30 20:41:17 +00:00
10 changed files with 174 additions and 11 deletions

View File

@@ -24,7 +24,7 @@ $image = getImage($device);
echo '
<tr bgcolor="'.$device_colour.'" class="alert '.$class.'">
<td width="40" align=center valign=middle style="padding: 21px;">'.$image.'</td>
<td width="40" align=center valign=middle style="padding: 21px;"><span class="device_icon">'.$image.'</span></td>
<td valign=middle style="padding: 0 15px;"><span style="font-size: 20px;">'.generate_device_link($device).'</span>
<br />'.generate_link($device['location'], array('page' => 'devices', 'location' => $device['location'])).'</td>
<td>';