[TYPO] Add space between icon and button in cart "Continue Shopping"

bzr revid: jke@openerp.com-20140130094927-44b8szwtb602e180
This commit is contained in:
jke-openerp 2014-01-30 10:49:27 +01:00
parent 7027ce6eda
commit ab8ee396ec
1 changed files with 1 additions and 1 deletions

View File

@ -553,7 +553,7 @@
<template id="continue_shopping" inherit_id="website_sale.mycart" inherit_option_id="website_sale.mycart" name="Continue Shopping Button">
<xpath expr="//a[@href='/shop/checkout/']" position="before">
<a href="/shop" class="btn btn-default mb32"><span class="fa fa-long-arrow-left"/>Continue Shopping</a>
<a href="/shop" class="btn btn-default mb32"><span class="fa fa-long-arrow-left"/> Continue Shopping</a>
</xpath>
</template>