make new colour bar smaller. FU, CSS

git-svn-id: http://www.observium.org/svn/observer/trunk@2890 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Tom Laermans
2012-03-08 19:19:54 +00:00
parent 4f8410a4fc
commit baeb083b97
3 changed files with 24 additions and 7 deletions

View File

@@ -263,10 +263,18 @@ if($format == "graph")
} else {
echo('<table cellpadding="7" cellspacing="0" class="devicetable sortable" width="100%">');
echo('<table cellspacing="0" class="devicetable sortable" width="100%">');
if ($subformat = "detail")
{
echo('<tr class="tablehead"><th></th><th>Device</th><th></th><th>Operating System</th><th>Platform</th><th>Uptime/Location</th></tr>');
echo('<tr class="tablehead">
<th></th>
<th></th>
<th class="paddedcell">Device</th>
<th></th>
<th class="paddedcell">Operating System</th>
<th class="paddedcell">Platform</th>
<th class="paddedcell">Uptime/Location</th>
</tr>');
}
foreach (dbFetchRows($query, $sql_param) as $device)