diff --git a/css/admin.css b/css/admin.css index 2b606208e..2beb6597e 100644 --- a/css/admin.css +++ b/css/admin.css @@ -1294,7 +1294,7 @@ html[xmlns] .clearfix { .table_info h5{ font-size:16px; font-weight:normal; - color:000; + color:#000; margin:0; padding:6px; text-shadow:0 1px 0 #fff; @@ -2202,7 +2202,7 @@ div#scrollTop a:hover{ margin-left:10px; } .metadata-command dl dt, .metadata-command dl dd { - color:#color: #585A69; + color:#585A69; float:left; margin:0; padding-right:10px; @@ -2383,4 +2383,4 @@ margin-bottom:7px; #BoxUseSpecialSyntax ul{ margin-left:30px; list-style-type:disc; -} \ No newline at end of file +} diff --git a/modules/homefeatured/homefeatured.css b/modules/homefeatured/homefeatured.css index d12188cc0..fa8c75598 100644 --- a/modules/homefeatured/homefeatured.css +++ b/modules/homefeatured/homefeatured.css @@ -32,9 +32,16 @@ -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); -ms-transform: rotate(45deg); - background-color: #990000 + 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 */ } +.ie8 #featured-products_block_center .product_image span.new {top:-17px;} +.ie7 #featured-products_block_center .product_image span.new {top:-30px;right:-25px} +.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/product_list.css b/themes/default/css/product_list.css index 89fec0943..1beda9686 100644 --- a/themes/default/css/product_list.css +++ b/themes/default/css/product_list.css @@ -58,8 +58,15 @@ ul#product_list { -webkit-transform: rotate(45deg); -o-transform:rotate(45deg); -ms-transform: rotate(45deg); - background-color: #990000 + 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 */ } + + .ie8 #product_list li span.new{top:-17px;} + .ie7 #product_list li span.new {top:-30px;right:-25px} + .lt-ie6 #featured-products_block_center .product_image span.new {top:-30px;right:-25px} #product_list li h3 { padding:0 0 10px 0; font-size:13px; diff --git a/themes/default/header.tpl b/themes/default/header.tpl index b4bbc3d31..8886c55c9 100644 --- a/themes/default/header.tpl +++ b/themes/default/header.tpl @@ -25,9 +25,9 @@ - + - + {$meta_title|escape:'htmlall':'UTF-8'} diff --git a/themes/default/order-detail.tpl b/themes/default/order-detail.tpl index a729364c0..4b95c736b 100644 --- a/themes/default/order-detail.tpl +++ b/themes/default/order-detail.tpl @@ -39,7 +39,7 @@ {if $invoice AND $invoiceAllowed}

- {l s='Download your invoice as a PDF file'} + {l s='Download your invoice as a PDF file'}

{/if} {if $order->recyclable}