Added 4px padding to PDF details box

This commit is contained in:
Karl Cordes 2013-05-29 22:13:56 +10:00
parent 4ddc568e62
commit 68900c347a

View file

@ -114,7 +114,7 @@ ENDHTML;
$table = <<<ENDTABLE
<table style="padding: 1px;">
<table style="padding: 4px;">
<tr>
<td style="width: {$col1width}; border-top: 1px solid black; border-left: 1px solid black;">QUOTATION TO:</td>
<td style="width: {$col2width}; border-top: 1px solid black;">{$companyName}</td>
@ -205,4 +205,4 @@ ENDTABLE;
}
?>
?>