1
0
mirror of https://github.com/serghey-rodin/vesta.git synced 2025-03-12 04:36:25 -07:00

rrd images padding

This commit is contained in:
Serghey Rodin 2013-03-03 16:04:48 +02:00
parent 980581d09e
commit 0646d11f72
2 changed files with 3 additions and 2 deletions
web/templates

@ -34,7 +34,7 @@
<tr class="data-row">
<td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150px">
<table class="data-col1" width="150">
<tr><td style="padding: 24 0 4 0;"><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
<tr><td style="padding: 24 0 4px 0;"><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo strftime("%d %b %Y", strtotime($data[$key]['DATE']))?></a></td></tr>
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo $data[$key]['TIME']?></a></td></tr>
</table>
</td>
@ -52,7 +52,7 @@
<table width="630px">
</tr>
<td style="background: #7a766d;" width="630px" height="250px">
<img style="padding: 0 0 0 30;" src="/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png" ?>">
<img style="padding: 0 0 0 36px;" src="/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png" ?>">
</td>
</tr>
</table>

@ -41,6 +41,7 @@
.top thead td {
background: #ebe9dc;
border-bottom: 1px solid #fff;
height: 25px;
text-align: right;
padding: 0 24px 0 0px;