From d940168b03da2f9152443c44cd24cff04aa2346c Mon Sep 17 00:00:00 2001 From: sLorenzini Date: Fri, 16 Nov 2012 10:26:43 +0000 Subject: [PATCH] [-] FO : fixed bug #PSCFV-5460 --- themes/default/css/product.css | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/themes/default/css/product.css b/themes/default/css/product.css index 851c2d3d7..7f5e3470f 100644 --- a/themes/default/css/product.css +++ b/themes/default/css/product.css @@ -326,6 +326,21 @@ span.view_scroll_spacer { padding:4px 7px 4px 15px; } +@media screen and (-webkit-min-device-pixel-ratio:0) { /*hack Chrome and Safari */ + + .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled { + padding:6px 7px 4px 15px; + } + +} + +.ie9 .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled, +.ie8 .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled, +.ie7 .content_prices #add_to_cart .exclusive,.content_prices #add_to_cart .exclusive_disabled { + padding:8px 7px 4px 15px; + line-height:12px; + } + :first-child+html .content_prices #add_to_cart .exclusive { padding:4px 3px 4px 11px; }