// maj
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11120 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
@@ -700,7 +700,8 @@ table#cart_summary .cart_delete {
|
||||
|
||||
.cart_total_delivery #total_shipping,
|
||||
.cart_total_price #total_price,
|
||||
.cart_total_price #total_product {
|
||||
.cart_total_price #total_product,
|
||||
.cart_total_price #total_price_without_tax {
|
||||
border-right:none
|
||||
}
|
||||
|
||||
@@ -747,9 +748,11 @@ table#cart_summary .cart_total_price td.cart_voucher {
|
||||
background:url(../img/bg_cart_voucher_submit.png) repeat-x 0 0 #000
|
||||
}
|
||||
|
||||
.cart_total_price #total_product,
|
||||
.cart_total_price #total_price_without_tax {text-align:right}
|
||||
.cart_total_price #total_price {
|
||||
padding:0;
|
||||
border-bottom:1px solid #999;
|
||||
border-bottom:1px solid #999
|
||||
}
|
||||
.cart_total_price #total_price p {
|
||||
display:block;
|
||||
|
||||
@@ -240,16 +240,11 @@ span.view_scroll_spacer {
|
||||
|
||||
/* online_only */
|
||||
#buy_block p.online_only {
|
||||
display:inline-block;
|
||||
padding:4px 12px;
|
||||
font-weight:bold;
|
||||
font-size:13px;
|
||||
color:#fff;
|
||||
text-shadow: 0 1px 0 #000;
|
||||
background:rgba(0, 0, 0, 0.5);
|
||||
-moz-border-radius: 12px;
|
||||
-webkit-border-radius: 12px;
|
||||
border-radius: 12px
|
||||
font-size:11px;
|
||||
color:#990000;
|
||||
text-align:left;
|
||||
text-transform:uppercase
|
||||
}
|
||||
|
||||
/* add_to_cart */
|
||||
|
||||
Reference in New Issue
Block a user