diff --git a/modules/homefeatured/homefeatured.css b/modules/homefeatured/homefeatured.css index d0fc2aef4..379e88278 100644 --- a/modules/homefeatured/homefeatured.css +++ b/modules/homefeatured/homefeatured.css @@ -33,17 +33,10 @@ -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); - /*-ms-transform: rotate(45deg);*/ background-color: #990000; transform: rotate(45deg); /* Newer browsers */ - filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */ - -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */ } -.ie9 #featured-products_block_center .product_image span.new{top:-18px;right:-38px} -.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;} #featured-products_block_center .product_desc, #featured-products_block_center .product_desc a { diff --git a/themes/default/css/global.css b/themes/default/css/global.css index 24317fb98..07ccf9db2 100644 --- a/themes/default/css/global.css +++ b/themes/default/css/global.css @@ -2095,4 +2095,7 @@ tr.subitem > td:first-child + td { text-align:center } -.ie7 #featured-products_block_center .product_image span.new {top:-20px;right:-19px} +.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 1cd807eca..81555c540 100644 --- a/themes/default/css/product_list.css +++ b/themes/default/css/product_list.css @@ -57,16 +57,13 @@ ul#product_list { -moz-transform: rotate(45deg); -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); - /*-ms-transform: rotate(45deg);*/ background-color: #990000; transform: rotate(45deg); /* Newer browsers */ - filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE6,IE7 */ - -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476)"; /* IE8 */ } - .ie9 #product_list li span.new{top:-18px;right:-38px} - .ie8 #product_list li span.new{top:-18px;right:-38px} - .ie7 #product_list li span.new {top:-30px;right:-25px} + .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} #product_list li h3 { padding:0 0 10px 0;