[-] FO : #PSFV-803 - Fix bugs with customization and cart summary

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14788 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
mDeflotte
2012-04-20 14:55:21 +00:00
parent 33d8a79b0b
commit d4274b6054
5 changed files with 54 additions and 14 deletions
+11 -2
View File
@@ -675,14 +675,22 @@ table#cart_summary td.price_discount_del {border-right:none}
table#cart_summary .last_item td {border-bottom:1px solid #999}
table#cart_summary tr:nth-child(odd),
table#cart_summary tr.cart_item.odd,
table#cart_summary tr.cart_total_delivery,
table#cart_summary tr.cart_total_price {
background-color: #fff
}
table#cart_summary tr:nth-child(even) {
table#cart_summary tr.cart_item.even {
background-color: #f3f3f3
}
table#cart_summary tr.customization.odd {
background-color: #fff
}
table#cart_summary tr.customization.even {
background-color: #f3f3f3
}
table#cart_summary tr ul {
list-style: none;
}
@@ -696,6 +704,7 @@ table#cart_summary .cart_description {
}
table#cart_summary .cart_unit {width:130px}
table#cart_summary .cart_quantity {width:130px}
table#cart_summary .customization .cart_quantity {padding: 8px 12px 0;}
.cart_quantity .cart_quantity_input {
float:left;
margin-left: 5px;