From: Anthony Talarico Date: Tue, 1 Dec 2015 21:37:30 +0000 (-0500) Subject: another css safari only hack for drop down reservation form X-Git-Tag: v1.0.0^2~178 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=a660c44258297eb281512695a03f2d8a816a08ec;p=WP-Themes%2Fstaffords.git another css safari only hack for drop down reservation form --- diff --git a/css/app.css b/css/app.css index 22fe8b1..af2a96f 100644 --- a/css/app.css +++ b/css/app.css @@ -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 { diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 598dafb..8f6c7c4 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -378,7 +378,7 @@ position: absolute; content: url(../assets/reservations-bottom_v2.png); height: 30px; - bottom: -321px; + bottom: -320px; left: -4px; } li { @@ -405,7 +405,7 @@ #resForm{ background: #A61A1D none repeat scroll 0% 0%; position: absolute; - bottom: -291px; + bottom: -290px; right: 0px; width: 200; width: 157px; @@ -437,7 +437,7 @@ ////// end of closed res-tab //////////////////////////////////// .resInput{ width: 157px !important; - right: 17px; + right: 17.5px; background: #A61A1D;