From 29914aaed6c34d30a7326ef500b8f2863768917f Mon Sep 17 00:00:00 2001 From: fGaillard Date: Tue, 13 Mar 2012 15:13:56 +0000 Subject: [PATCH] // Table background header constrast changed git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14093 b9a71923-0436-4b27-9f14-aed3839534dd --- themes/default/css/addresses.css | 6 ++++-- themes/default/css/global.css | 12 +++++++----- 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/themes/default/css/addresses.css b/themes/default/css/addresses.css index 85dc01428..e17861ea1 100644 --- a/themes/default/css/addresses.css +++ b/themes/default/css/addresses.css @@ -28,7 +28,8 @@ ul.address li.address_title { font-weight: bold; line-height:29px; color:#fff; - background:url(../img/bg_address_title.png) repeat-x 0 0 #989898 + text-shadow:0 1px 0 #666; + background:url(../img/bg_table_th.png) repeat-x 0 -10px #999 } ul.address li.address_firstname, @@ -90,7 +91,8 @@ p.address_delivery, p.addressesAreEquals { font-weight: bold; line-height:29px; color:#fff; - background:url(../img/bg_address_title.png) repeat-x 0 0 #989898 + text-shadow:0 1px 0 #666; + background:url(../img/bg_table_th.png) repeat-x 0 -10px #999 } .addresses ul.address .address_update {margin-top:20px} .addresses ul.address .address_update, diff --git a/themes/default/css/global.css b/themes/default/css/global.css index 91b94de75..0c9379e22 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -245,6 +245,7 @@ table.table_block th { padding:14px 12px; font-size:12px; color:#fff; + font-weight:bold; text-transform:uppercase; text-shadow:0 1px 0 #000; background:url(../img/bg_table_th.png) repeat-x 0 0 #999 @@ -655,9 +656,10 @@ ul.idTabs li { table#cart_summary th { padding:14px 12px; color:#fff; + font-weight:bold; text-transform:uppercase; - text-shadow:0 1px 0 #000; - background:url(../img/bg_table_th.png) repeat-x 0 0 #999 + text-shadow:0 1px 0 #666; + background:url(../img/bg_table_th.png) repeat-x 0 -15px #999 } table#cart_summary th.cart_product {text-align:center} table#cart_summary td { @@ -691,7 +693,6 @@ table#cart_summary .cart_product { table#cart_summary .cart_product img {border:1px solid #ccc} table#cart_summary .cart_description { width:230px; - font-weight:normal } table#cart_summary .cart_unit {width:130px} table#cart_summary .cart_quantity {width:130px} @@ -816,8 +817,9 @@ table#cart_summary .cart_total_price .total_price_container { font-weight: bold; line-height:29px; color:#fff; + font-weight:bold; text-transform:uppercase; - background:url(../img/bg_address_title.png) repeat-x 0 0 #989898 + background:url(../img/bg_table_th.png) repeat-x 0 -10px #999 } #order_carrier span { display:block; @@ -1071,7 +1073,7 @@ margin: 10px 0 0 0;*/ line-height:29px; color:#fff; text-transform:uppercase; - background:url(../img/bg_address_title.png) repeat-x 0 0 #989898 + background:url(../img/bg_table_th.png) repeat-x 0 -10px #999 } #carrierTable td { padding:15px;