another css safari only hack for drop down reservation form
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 21:37:30 +0000 (16:37 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 1 Dec 2015 21:37:30 +0000 (16:37 -0500)
css/app.css
scss/_topbar.scss

index 22fe8b1..af2a96f 100644 (file)
@@ -6734,7 +6734,7 @@ header .searchform input[type="submit"]:hover {
     position: absolute;
     content: url(../assets/reservations-bottom_v2.png);
     height: 30px;
-    bottom: -321px;
+    bottom: -320px;
     left: -4px; }
   #res-tab-open li {
     list-style: none;
@@ -6758,7 +6758,7 @@ header .searchform input[type="submit"]:hover {
 #resForm {
   background: #A61A1D none repeat scroll 0% 0%;
   position: absolute;
-  bottom: -291px;
+  bottom: -290px;
   right: 0px;
   width: 200;
   width: 157px; }
@@ -6787,7 +6787,7 @@ header .searchform input[type="submit"]:hover {
 
 .resInput {
   width: 157px !important;
-  right: 17px;
+  right: 17.5px;
   background: #A61A1D; }
 
 .row.resDropdown {
index 598dafb..8f6c7c4 100644 (file)
         position: absolute;
         content: url(../assets/reservations-bottom_v2.png);
         height: 30px;
-        bottom: -321px;
+        bottom: -320px;
         left: -4px;
     }
     li {
 #resForm{
     background: #A61A1D none repeat scroll 0% 0%;
     position: absolute;
-    bottom: -291px;
+    bottom: -290px;
     right: 0px;
     width: 200;
     width: 157px;
 ////// end of closed res-tab ////////////////////////////////////
 .resInput{
     width: 157px !important;
-    right: 17px;
+    right: 17.5px;
     background: #A61A1D;