minor updates for #1188

This commit is contained in:
arzynik 2013-07-12 15:41:43 -07:00
parent a5bcc0c6d7
commit 5a6e2fd935
2 changed files with 3 additions and 3 deletions

View File

@ -111,11 +111,11 @@
}
.fooditem {
border-bottom: 1px dotted #666;
border-bottom: 1px solid #999;
}
.topitem {
border-bottom: 2px dotted #666;
border-bottom: 2px solid #999;
}

View File

@ -118,7 +118,7 @@
<? if (!$order->_print) : ?>
<table cellpadding="0" cellspacing="0" style="width: 100%; margin-top: 20px;">
<tr>
<td style="text-align: left;" class="text-size-small">Card on file. Signature not required.</td>
<td style="text-align: left;" class="text-size-small"><? if ($order->pay_type == 'card') : ?>Card on file. Signature not required.<? endif ; ?></td>
<td style="text-align: right;" class="text-size-small">Crunchbutton support: <?=c::config()->phone->restaurant?></td>
</tr>
</table>