// Fix Bug with 5-step and carriers not selected

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13534 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-02-22 15:23:19 +00:00
parent 25f7a4c817
commit 3f894e4c1c
4 changed files with 44 additions and 9 deletions
+6 -2
View File
@@ -704,7 +704,7 @@ table#cart_summary .cart_quantity {width:130px}
.cart_quantity .cart_quantity_button {
float:left;
position: relative;
top: -5px
top: -5px
}
table#cart_summary .cart_total {width:120px}
table#cart_summary .cart_delete {
@@ -729,11 +729,15 @@ a.price_discount_delete {
border-right:none;
}
table#cart_summary .cart_total_price td.cart_voucher {
border-bottom:1px solid #999;
vertical-align:middle
}
table#cart_summary #total_price_container {
border-bottom:1px solid #999;
}
.cart_voucher h4,
.cart_voucher p {float:left;}
.cart_voucher h4 {