From 5741d450c016ea856323f8a5d84f9909de8b2af5 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Thu, 24 Jan 2013 10:10:42 +0100 Subject: [PATCH] [-] FO: added a new line for better display on IE9 for the "new" on homefeatured and product list --- modules/homefeatured/homefeatured.css | 1 + themes/default/css/global.css | 1 - themes/default/css/product_list.css | 4 ++-- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/homefeatured/homefeatured.css b/modules/homefeatured/homefeatured.css index 379e88278..689ea3e9c 100644 --- a/modules/homefeatured/homefeatured.css +++ b/modules/homefeatured/homefeatured.css @@ -33,6 +33,7 @@ -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); + -ms-transform: rotate(45deg); background-color: #990000; transform: rotate(45deg); /* Newer browsers */ } diff --git a/themes/default/css/global.css b/themes/default/css/global.css index 07ccf9db2..dffbfc7e8 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -2096,6 +2096,5 @@ tr.subitem > td:first-child + td { } .ie7 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%} -.ie9 #featured-products_block_center .product_image span.new{top:21px;right:-24px} .ie8 #featured-products_block_center .product_image span.new{top:110px;right:0;width:94%} .lt-ie6 #featured-products_block_center .product_image span.new {top:110px;right:0;width:94%} diff --git a/themes/default/css/product_list.css b/themes/default/css/product_list.css index 81555c540..8850fcc95 100644 --- a/themes/default/css/product_list.css +++ b/themes/default/css/product_list.css @@ -58,10 +58,10 @@ ul#product_list { -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); background-color: #990000; - transform: rotate(45deg); /* Newer browsers */ + transform: rotate(45deg); + -ms-transform: rotate(45deg); /* Newer browsers */ } - .ie9 #product_list li span.new{top:21px;right:-24px} .ie8 #product_list li span.new{top:111px;right:0;width:94%} .ie7 #product_list li span.new {top:111px;right:0;width:94%} .lt-ie6 #featured-products_block_center .product_image span.new {top:-30px;right:-25px}