From 8a7dad020be9aca17b9eae4cae0edfdf9939d0c1 Mon Sep 17 00:00:00 2001 From: Will Marshall Date: Thu, 13 Mar 2014 11:24:33 +1100 Subject: [PATCH] Modifying the back to cart button --- app/assets/stylesheets/darkswarm/checkout.css.sass | 4 ++++ app/views/shop/checkout/_summary.html.haml | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/darkswarm/checkout.css.sass b/app/assets/stylesheets/darkswarm/checkout.css.sass index c864d4928a..676ab08e43 100644 --- a/app/assets/stylesheets/darkswarm/checkout.css.sass +++ b/app/assets/stylesheets/darkswarm/checkout.css.sass @@ -1,2 +1,6 @@ checkout display: block + + orderdetails + .button, table + width: 100% diff --git a/app/views/shop/checkout/_summary.html.haml b/app/views/shop/checkout/_summary.html.haml index 6225f7c069..23289b696a 100644 --- a/app/views/shop/checkout/_summary.html.haml +++ b/app/views/shop/checkout/_summary.html.haml @@ -20,6 +20,5 @@ %th= label %td= total - %div - %a{href: cart_url} Back to Cart = f.submit "Purchase", class: "button" + %a.button.secondary{href: cart_url} Back to Cart