git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11120 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
sThiebaut
2011-12-12 11:06:54 +00:00
parent f006cfa526
commit 9fef2d5713
2 changed files with 9 additions and 11 deletions
+5 -2
View File
@@ -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;
+4 -9
View File
@@ -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 */