From 7013babeda4c8bce5dece653b4df96b370bab841 Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Tue, 5 Feb 2013 15:53:54 +0100 Subject: [PATCH] [-] FO: fixed bug rendering Problems in IE6 with default theme - #PSCFV-7628 --- modules/blockuserinfo/blockuserinfo.css | 6 +----- themes/default/modules/blockcart/blockcart.tpl | 4 ++-- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/modules/blockuserinfo/blockuserinfo.css b/modules/blockuserinfo/blockuserinfo.css index cb3f68e1b..235a1b271 100644 --- a/modules/blockuserinfo/blockuserinfo.css +++ b/modules/blockuserinfo/blockuserinfo.css @@ -13,11 +13,7 @@ } /* cart */ -#shopping_cart { - - - -} +.lt-ie6 #shopping_cart {width: 130px;} #shopping_cart a{ height: 15px; padding:15px 27px 10px 43px; diff --git a/themes/default/modules/blockcart/blockcart.tpl b/themes/default/modules/blockcart/blockcart.tpl index 3430c5e31..34320bd5b 100644 --- a/themes/default/modules/blockcart/blockcart.tpl +++ b/themes/default/modules/blockcart/blockcart.tpl @@ -44,11 +44,11 @@ var delete_txt = '{l s='Delete' mod='blockcart' js=1}';

- {l s='Cart' mod='blockcart'} + {l s='Cart' mod='blockcart'} {if $ajax_allowed}     - {/if} + {/if}