Skip to content

Commit 0646d11

Browse files
committed
rrd images padding
1 parent 980581d commit 0646d11

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

web/templates/admin/list_rrd.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
<tr class="data-row">
3535
<td class="data-dotted" style="padding: 0px 10px 0px 0px" width="150px">
3636
<table class="data-col1" width="150">
37-
<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>
37+
<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>
3838
<tr><td><a class="data-date" title="<?php echo $data[$key]['DATE']." ".$data[$key]['TIME'] ?>"><?php echo $data[$key]['TIME']?></a></td></tr>
3939
</table>
4040
</td>
@@ -52,7 +52,7 @@
5252
<table width="630px">
5353
</tr>
5454
<td style="background: #7a766d;" width="630px" height="250px">
55-
<img style="padding: 0 0 0 30;" src="/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png" ?>">
55+
<img style="padding: 0 0 0 36px;" src="/rrd/<?php echo $data[$key]['TYPE']."/".$period."-".$data[$key]['RRD'].".png" ?>">
5656
</td>
5757
</tr>
5858
</table>

web/templates/header.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@
4141

4242
.top thead td {
4343
background: #ebe9dc;
44+
border-bottom: 1px solid #fff;
4445
height: 25px;
4546
text-align: right;
4647
padding: 0 24px 0 0px;

0 commit comments

Comments
 (0)