[FIX] website_sale: can't click on confirm order in mobile view

This commit is contained in:
Christophe Matthieu 2014-07-31 15:22:51 +02:00
parent 1d76fa0b1c
commit 87a20d1cc3
1 changed files with 3 additions and 1 deletions

View File

@ -926,7 +926,9 @@
</select>
</div>
</div>
<a class="btn btn-default btn-primary pull-right mb32 a-submit">Confirm <span class="fa fa-long-arrow-right"/></a>
<div class="clearfix">
<a class="btn btn-default btn-primary pull-right mb32 a-submit">Confirm <span class="fa fa-long-arrow-right"/></a>
</div>
</div>
<div class="col-lg-offset-1 col-lg-3 col-md-3 text-muted">
<h3 class="page-header mt16">Your Order <small><a href="/shop/cart"><span class="fa fa-arrow-right"/> change</a></small></h3>