//[-] FO: fixed bug #product_list li span.new: IE 6,7,8 bug: New product badge still not correct position - #PSCFV-5921
This commit is contained in:
@@ -39,9 +39,7 @@
|
||||
}
|
||||
|
||||
.ie9 #featured-products_block_center .product_image span.new{top:-18px;right:-38px}
|
||||
.ie8 #featured-products_block_center .product_image span.new{top:-18px;right:-38px}
|
||||
.ie8 #featured-products_block_center .product_image span.new {top:-17px;}
|
||||
.ie7 #featured-products_block_center .product_image span.new {top:-30px;right:-25px}
|
||||
.ie8 #featured-products_block_center .product_image span.new{top:-21px;right:-38px}
|
||||
.lt-ie6 #featured-products_block_center .product_image span.new {top:-30px;right:-25px}
|
||||
|
||||
#featured-products_block_center .product_desc {height:45px;}
|
||||
|
||||
@@ -2077,3 +2077,5 @@ tr.subitem > td:first-child + td {
|
||||
padding:0;
|
||||
text-align:center
|
||||
}
|
||||
|
||||
.ie7 #featured-products_block_center .product_image span.new {top:-20px;right:-19px}
|
||||
|
||||
@@ -25,7 +25,7 @@
|
||||
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
||||
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7 lt-ie6 " lang="en"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js ie7 lt-ie9 lt-ie8" lang="en"> <![endif]-->
|
||||
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8 ie7" lang="en"> <![endif]-->
|
||||
<!--[if IE 8]> <html class="no-js lt-ie9 ie8" lang="en"> <![endif]-->
|
||||
<!--[if gt IE 8]> <html lang="fr" class="no-js ie9" lang="en"> <![endif]-->
|
||||
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{$lang_iso}">
|
||||
|
||||
Reference in New Issue
Block a user