From 954d0671190bc2712a82ad1f12e93022f8df91fe Mon Sep 17 00:00:00 2001 From: vChabot Date: Tue, 10 Jul 2012 09:31:58 +0000 Subject: [PATCH] [-] MO : BugFix : #PSCFV-2831 : ProductComments module : css override #fancybox-wrap and #fancybox-content git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@16300 b9a71923-0436-4b27-9f14-aed3839534dd --- modules/productcomments/productcomments.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/productcomments/productcomments.css b/modules/productcomments/productcomments.css index 7b3551c81..44e3cc4ae 100644 --- a/modules/productcomments/productcomments.css +++ b/modules/productcomments/productcomments.css @@ -27,10 +27,10 @@ #product_comments_block_extra .comments_advices {clear:both;} /* pop-in add grade/advice ********************************************************************* */ -#fancybox-wrap { width:585px !important } +#fancybox-wrap { width:585px } #fancybox-content { - width:585px !important; - border-width:0 !important + width:585px; + border-width:0 } #new_comment_form {