diff --git a/public/javascripts/feedback.js b/public/javascripts/feedback.js index fb3b35ca7..b30c8f91d 100644 --- a/public/javascripts/feedback.js +++ b/public/javascripts/feedback.js @@ -19,12 +19,12 @@ if(options.minStatue == "true"){ show_btn.css("float", options.float); sideContent.css('width', 0); - show_btn.css('width', 25); + show_btn.css('width', 28); } //close closeBtn.bind("click",function(){ sideContent.animate({width: '0px'},"fast"); - show_btn.stop(true, true).delay(300).animate({ width: '25px'},"fast"); + show_btn.stop(true, true).delay(300).animate({ width: '28px'},"fast"); cookiesave('minStatue','true','','',''); }); //show