better spacing on mac accounting top10 page :)

git-svn-id: http://www.observium.org/svn/observer/trunk@1243 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2010-06-22 12:23:09 +00:00
parent f9cf5c9d06
commit 8f60802dc9

View File

@ -33,7 +33,8 @@
} else { $sort = "in"; }
echo("<div style=' margin:0px; float: left;';>
echo("<div style='margin: 5px 0px 0px 3px'>
<div style=' margin:0px; float: left;';>
<div style='margin: 0px 10px 5px 0px; padding:5px; background: #e5e5e5;'>
<span class=device-head>Day</span><br />
<a href='".$config['base_url']."/device/" . $device['device_id'] . "/interface/".$interface['interface_id'].
@ -109,9 +110,8 @@
"&stat=$stat&type=mac_acc_total&sort=both&from=$from&to=now&width=150&height=50' />
</a>
</div>
</div>
</div>
");
unset($query);
} else {