diff --git a/modules/blockcart/blockcart.tpl b/modules/blockcart/blockcart.tpl index c59cd407a..c634821b7 100644 --- a/modules/blockcart/blockcart.tpl +++ b/modules/blockcart/blockcart.tpl @@ -142,7 +142,7 @@ var removingLinkText = '{l s='remove this product from my cart' mod='blockcart' {/if}
diff --git a/modules/blockwishlist/blockwishlist.css b/modules/blockwishlist/blockwishlist.css index 4093b2748..641693791 100644 --- a/modules/blockwishlist/blockwishlist.css +++ b/modules/blockwishlist/blockwishlist.css @@ -1,5 +1,12 @@ /* module blockwishlist */ +/* lnk on detail product page */ +#wishlist_button { + padding:2px 0 2px 20px; + background:url(img/icon/add.png) no-repeat 0 0 transparent +} + + /* bt add */ .add_wishlist_button a {padding:5px 7px 5px 18px} .add_wishlist_button a span { diff --git a/modules/blockwishlist/img/icon/add.png b/modules/blockwishlist/img/icon/add.png new file mode 100644 index 000000000..0e3147594 Binary files /dev/null and b/modules/blockwishlist/img/icon/add.png differ diff --git a/modules/favoriteproducts/favoriteproducts.css b/modules/favoriteproducts/favoriteproducts.css index c7937f03a..ff404067f 100644 --- a/modules/favoriteproducts/favoriteproducts.css +++ b/modules/favoriteproducts/favoriteproducts.css @@ -48,7 +48,7 @@ #usefull_link_block li#favoriteproducts_block_extra_remove { padding-left:20px; - background:url(img/add_favorite.gif) no-repeat 0 0; + background:url(img/del_favorite.gif) no-repeat 0 0; cursor: pointer; } diff --git a/modules/favoriteproducts/img/del_favorite.gif b/modules/favoriteproducts/img/del_favorite.gif new file mode 100644 index 000000000..8aea7d4f7 Binary files /dev/null and b/modules/favoriteproducts/img/del_favorite.gif differ diff --git a/modules/productcomments/productcomments.css b/modules/productcomments/productcomments.css index c26a1a9d4..a4ea73ae7 100644 --- a/modules/productcomments/productcomments.css +++ b/modules/productcomments/productcomments.css @@ -8,16 +8,23 @@ line-height:18px } -#product_comments_block_extra a {text-decoration: none;} +#product_comments_block_extra a { + padding-left: 10px; + text-decoration: none; + background: url(img/bg_li.png) no-repeat scroll 1px 45% #fff; + +} #product_comments_block_extra a:hover {text-decoration: underline} +#product_comments_block_extra .comments_note {margin-bottom:5px} #product_comments_block_extra .comments_note span, #product_comments_block_extra .star_content {float:left} +#product_comments_block_extra .star_content {margin-top:2px} #product_comments_block_extra div.star {background: url(img/star.gif) no-repeat scroll 0 0 transparent} -#product_comments_block_extra div.star_on {background: url(img/star.gif) no-repeat scroll 0 -16px transparent} +#product_comments_block_extra div.star_on {background: url(img/star.gif) no-repeat scroll 0 -12px transparent} #product_comments_block_extra .comments_advices {clear:both;} @@ -159,7 +166,7 @@ #product_comments_block_tab div.star_on { background: url(img/star.gif) no-repeat 0 0 transparent } -#product_comments_block_tab div.star_on {background-position: 0 -16px} +#product_comments_block_tab div.star_on {background-position: 0 -12px} #product_comments_block_tab .comment_author_infos {clear:both} #product_comments_block_tab .comment_author_infos em {color:#999} diff --git a/modules/sendtoafriend/sendtoafriend-extra.tpl b/modules/sendtoafriend/sendtoafriend-extra.tpl index dc17e1475..9ec51391a 100644 --- a/modules/sendtoafriend/sendtoafriend-extra.tpl +++ b/modules/sendtoafriend/sendtoafriend-extra.tpl @@ -27,13 +27,11 @@ {literal} $('document').ready(function(){ $('#send_friend_button').fancybox({ - 'hideOnContentClick': false, - 'onClosed': function(){ - }, + 'hideOnContentClick': false }); $('#sendEmail').click(function(){ - console.log('aaa'); + //console.log('aaa'); var datas = []; $('#fancybox-content').find('input').each(function(index){ var o = {} @@ -42,8 +40,8 @@ $('document').ready(function(){ if (o.value != '') datas.push(o); }); - console.log(datas.length); - console.log(datas); + //console.log(datas.length); + //console.log(datas); if (datas.length >= 3) { $.ajax({