From: Anthony Talarico Date: Thu, 28 Jul 2016 18:28:17 +0000 (-0400) Subject: reducing the margin for datepicker departure in the off canvas booking widget X-Git-Tag: v1.0.0^2~239 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a781fbc78e5f7c682f6081c787b8bbe0235c959b;p=WP-Themes%2Fpetoskeyarea.git reducing the margin for datepicker departure in the off canvas booking widget --- diff --git a/js/app.js b/js/app.js index 7a570d4..7067394 100644 --- a/js/app.js +++ b/js/app.js @@ -82,7 +82,7 @@ $(document).ready(function () { $(off_canvas_departure).datepicker({ beforeShow: function(input, inst) { - inst.dpDiv.css({marginTop: '1px', marginLeft: '-20px'}); + inst.dpDiv.css({marginTop: '-10px', marginLeft: '-20px'}); } }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 0745e16..e3dba70 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -73,7 +73,7 @@ $(document).ready(function () { $(off_canvas_departure).datepicker({ beforeShow: function(input, inst) { - inst.dpDiv.css({marginTop: '1px', marginLeft: '-20px'}); + inst.dpDiv.css({marginTop: '-10px', marginLeft: '-20px'}); } });