We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31ace14 commit c02fa42Copy full SHA for c02fa42
web/templates/admin/list_packages.html
@@ -71,7 +71,7 @@
71
<td class="counter-name" style="padding: 4px 0px 0px 0;" width="68%">
72
Defaul Template:
73
</td>
74
- <td class="counter-value" style="padding: 4px 0px 0px 0;">
+ <td class="counter-value" style="padding: 4px 0 0 6px;">
75
<?php echo $data[$key]['TEMPLATE'] ?>
76
77
</tr>
web/templates/header.html
@@ -42,7 +42,7 @@
42
font-size: 10pt;
43
text-align: left;
44
line-height: 1.2em;
45
- border-top: 3px solid white;
+ border-bottom: 2px solid white;
46
}
47
48
.top-link {
@@ -463,6 +463,7 @@
463
font-family: Arial, sans-serif;
464
465
color: black;
466
+ padding: 0 0 0 4px;
467
468
469
.log-counter-value {
0 commit comments