adjusted margin for jquery event so the search bar stays put
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 Nov 2015 20:23:50 +0000 (15:23 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 18 Nov 2015 20:23:50 +0000 (15:23 -0500)
js/app.js
js/custom/pageSetup.js

index 6da9415..51407a8 100644 (file)
--- 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");
index d1ba0ff..a90758c 100644 (file)
@@ -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");