From: Anthony Talarico Date: Wed, 18 Nov 2015 20:23:50 +0000 (-0500) Subject: adjusted margin for jquery event so the search bar stays put X-Git-Tag: v1.0.0^2~287 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=e5597b266abc5a8be5ac4414a13ba6b4579521b5;p=WP-Themes%2Fstaffords.git adjusted margin for jquery event so the search bar stays put --- diff --git a/js/app.js b/js/app.js index 6da9415..51407a8 100644 --- a/js/app.js +++ b/js/app.js @@ -200,7 +200,7 @@ $(document).ready(function () { $("li a.search").on('click', function () { if ($(".searchform").css("display") === "none") { $(".searchform").css("display", "inherit"); - $('header ul.social').css("margin","10px 118px 0px"); + $('header ul.social').css("margin","10px 0px 0px"); $(".searchform input[type='submit']").css("display", "inherit"); } else { $(".searchform").css("display", "none"); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index d1ba0ff..a90758c 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -191,7 +191,7 @@ $(document).ready(function () { $("li a.search").on('click', function () { if ($(".searchform").css("display") === "none") { $(".searchform").css("display", "inherit"); - $('header ul.social').css("margin","10px 118px 0px"); + $('header ul.social').css("margin","10px 0px 0px"); $(".searchform input[type='submit']").css("display", "inherit"); } else { $(".searchform").css("display", "none");