changes on front office template UI

This commit is contained in:
Julien Chanséaume
2014-07-28 17:08:21 +02:00
committed by Julien Chanseaume
parent ca3cdb278c
commit 953a6300f9
6 changed files with 169 additions and 68 deletions

View File

@@ -8258,6 +8258,10 @@ fieldset[disabled] .checkout-progress .btn-step.active {
.table-cart tbody td.unitprice .old-price .price {
font-size: 14px;
}
.table-cart tbody td.unitprice .secondary-price .price {
font-size: 14px;
font-weight: normal;
}
.table-cart tbody td.qty .group-qty {
margin-bottom: 0;
}
@@ -8275,6 +8279,20 @@ fieldset[disabled] .checkout-progress .btn-step.active {
border-bottom-color: transparent;
border-left-color: transparent;
}
.table-cart-total td {
width: 50%;
}
.table-cart-total td.shipping .price {
color: #7a7a7a;
font-size: 19px;
}
.table-cart-total td.total .price {
font-size: 19px;
}
.table-cart-total td.empty {
border-bottom-color: transparent;
border-left-color: transparent;
}
.cart-warning {
clear: both;
padding: 15px;