From: Anthony Talarico Date: Tue, 1 Dec 2015 20:50:18 +0000 (-0500) Subject: changed res dropdown height and box shadow X-Git-Tag: v1.0.0^2~181 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=78af9878232d8629837da3f6413cab56e9744868;p=WP-Themes%2Fstaffords.git changed res dropdown height and box shadow --- diff --git a/css/app.css b/css/app.css index 589a07a..ecab930 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: -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; } diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 9b13aa1..657db2f 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: -315px; + bottom: -321px; left: -4px; } li { @@ -405,10 +405,12 @@ #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; @@ -437,6 +439,8 @@ width: 157px !important; right: 17px; background: #A61A1D; + box-shadow: 0px 6px 5px 1px #000; + // margin-top: 50px; } .row.resDropdown{