changed res dropdown height and box shadow
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 20:50:18 +0000 (15:50 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 20:50:18 +0000 (15:50 -0500)
css/app.css
scss/_topbar.scss

index 589a07a..ecab930 100644 (file)
@@ -6734,7 +6734,7 @@ header .searchform input[type="submit"]:hover {
     position: absolute;
     content: url(../assets/reservations-bottom_v2.png);
     height: 30px;
-    bottom: -315px;
+    bottom: -321px;
     left: -4px; }
   #res-tab-open li {
     list-style: none;
@@ -6758,10 +6758,11 @@ header .searchform input[type="submit"]:hover {
 #resForm {
   background: #A61A1D none repeat scroll 0% 0%;
   position: absolute;
-  bottom: -285px;
+  bottom: -291px;
   right: 0px;
   width: 200;
-  width: 157px; }
+  width: 157px;
+  box-shadow: 0px 6px 5px 1px #000; }
 
 .small-6.guest.columns.kids, .small-6.guest.columns.adults {
   /* right: 6px;
@@ -6788,7 +6789,8 @@ header .searchform input[type="submit"]:hover {
 .resInput {
   width: 157px !important;
   right: 17px;
-  background: #A61A1D; }
+  background: #A61A1D;
+  box-shadow: 0px 6px 5px 1px #000; }
 
 .row.resDropdown {
   margin-top: 12px; }
index 9b13aa1..657db2f 100644 (file)
         position: absolute;
         content: url(../assets/reservations-bottom_v2.png);
         height: 30px;
-        bottom: -315px;
+        bottom: -321px;
         left: -4px;
     }
     li {
 #resForm{
     background: #A61A1D none repeat scroll 0% 0%;
     position: absolute;
-    bottom: -285px;
+    bottom: -291px;
     right: 0px;
     width: 200;
     width: 157px;
+    box-shadow: 0px 6px 5px 1px #000;
+  
 }
 .small-6.guest.columns.kids, .small-6.guest.columns.adults{
    /* right: 6px;
     width: 157px !important;
     right: 17px;
     background: #A61A1D;
+    box-shadow: 0px 6px 5px 1px #000;
+   
    // margin-top: 50px;
 }
 .row.resDropdown{