From: Anthony Talarico Date: Wed, 2 Dec 2015 19:49:39 +0000 (-0500) Subject: changed header height to bring down properties menu X-Git-Tag: v1.0.0^2~170 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=cf71a079673194c39e2e65e60ca8de7f62ef9f22;p=WP-Themes%2Fstaffords.git changed header height to bring down properties menu --- diff --git a/css/app.css b/css/app.css index 844bb1b..e661839 100644 --- a/css/app.css +++ b/css/app.css @@ -6341,7 +6341,7 @@ header { width: 100%; background: #FFFFFF; z-index: 25; - height: 48px; + height: 40px; box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); -ms-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); -moz-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); @@ -6701,7 +6701,7 @@ header .searchform input[type="submit"]:hover { left: -15px; } #res-tab:after { position: absolute; - content: url(../assets/reservations-bottom_v2.png); + content: url(../assets/reservations-bottom.png); height: 30px; bottom: -30px; left: -4px; } @@ -6797,7 +6797,7 @@ header .searchform input[type="submit"]:hover { #properties { margin-left: 28px; } #properties .top-bar { - margin-top: 6px; + margin-top: 0px; background: transparent; border: none; box-shadow: none; @@ -7098,7 +7098,7 @@ main a { text-align: left; } } #head-img { - top: -110px; + top: -122px; height: 630px; width: 100%; position: relative; @@ -7991,7 +7991,9 @@ input[type="submit"].blogbutton { margin: 0 2.5px; } .sidebar ul li a { height: 20px; - width: 20px; } + width: 20px; + display: block; + margin-bottom: 30px; } .sidebar ul li a.facebook, .sidebar ul li a.tweet, .sidebar ul li a.pin, .sidebar ul li a.youtube { height: 20px; width: 20px; diff --git a/js/app.js b/js/app.js index 3208cd1..75ba48a 100644 --- a/js/app.js +++ b/js/app.js @@ -224,7 +224,7 @@ $(document).ready(function () { return $(this).text().replace(/(<([^>]+)>)/ig, ""); }); - + }); diff --git a/js/custom/pageSetup.js b/js/custom/pageSetup.js index 97c3a99..bb29ba1 100644 --- a/js/custom/pageSetup.js +++ b/js/custom/pageSetup.js @@ -215,7 +215,7 @@ $(document).ready(function () { return $(this).text().replace(/(<([^>]+)>)/ig, ""); }); - + }); diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 673280b..56dcd4f 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -50,7 +50,7 @@ header { width: 100%; background: $white; z-index: 25; - height: 48px; + height: 40px; box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); -ms-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); -moz-box-shadow: inset 0px -5px 10px -8px rgba(0, 0, 0, 0.6); diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 8170d6e..3fb7af8 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -20,6 +20,9 @@ a { height: 20px; width: 20px; + display: block; + margin-bottom: 30px; + &.facebook, &.tweet, &.pin, &.youtube { height: 20px; width: 20px; diff --git a/scss/_slideshow.scss b/scss/_slideshow.scss index dd2be74..f5efb12 100644 --- a/scss/_slideshow.scss +++ b/scss/_slideshow.scss @@ -81,7 +81,7 @@ // } } #head-img { - top: -110px; + top: -122px; height: 630px; width: 100%; position: relative; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 5752283..4a4a3ce 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -339,7 +339,7 @@ } &:after { position: absolute; - content: url(../assets/reservations-bottom_v2.png); + content: url(../assets/reservations-bottom.png); height: 30px; bottom: -30px; left: -4px; @@ -450,7 +450,7 @@ #properties { margin-left: 28px; .top-bar{ - margin-top: 6px; + margin-top: 0px; background: transparent; border: none; box-shadow: none;