changed header height to bring down properties menu
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 2 Dec 2015 19:49:39 +0000 (14:49 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 2 Dec 2015 19:49:39 +0000 (14:49 -0500)
css/app.css
js/app.js
js/custom/pageSetup.js
scss/_page.header.scss
scss/_sidebar.scss
scss/_slideshow.scss
scss/_topbar.scss

index 844bb1b..e661839 100644 (file)
@@ -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;
index 3208cd1..75ba48a 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -224,7 +224,7 @@ $(document).ready(function () {
         return $(this).text().replace(/(<([^>]+)>)/ig, "");
     });
     
-   
+    
 
 
 });
index 97c3a99..bb29ba1 100644 (file)
@@ -215,7 +215,7 @@ $(document).ready(function () {
         return $(this).text().replace(/(<([^>]+)>)/ig, "");
     });
     
-   
+    
 
 
 });
index 673280b..56dcd4f 100644 (file)
@@ -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);
index 8170d6e..3fb7af8 100644 (file)
@@ -20,6 +20,9 @@
             a {
                 height: 20px;
                 width: 20px;
+                display: block;
+                margin-bottom: 30px;
+                
                 &.facebook, &.tweet, &.pin, &.youtube {
                     height: 20px;
                     width: 20px;
index dd2be74..f5efb12 100644 (file)
@@ -81,7 +81,7 @@
 //    }
 }
 #head-img {
-    top: -110px;
+    top: -122px;
     height: 630px;
     width: 100%;
     position: relative;
index 5752283..4a4a3ce 100644 (file)
     }
     &:after {
         position: absolute;
-        content: url(../assets/reservations-bottom_v2.png);
+        content: url(../assets/reservations-bottom.png);
         height: 30px;
         bottom: -30px;
         left: -4px;
 #properties {
     margin-left: 28px;
     .top-bar{
-        margin-top: 6px;
+        margin-top: 0px;
         background: transparent;
         border: none;
         box-shadow: none;