From: Anthony Talarico Date: Wed, 2 Dec 2015 20:01:43 +0000 (-0500) Subject: changed reservation form bottom image and adjusted about dropdown menu margin X-Git-Tag: v1.0.0^2~168 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=0ed90a79222e233a2e2394c041964e29cb18499c;p=WP-Themes%2Fstaffords.git changed reservation form bottom image and adjusted about dropdown menu margin --- diff --git a/css/app.css b/css/app.css index c6b1406..41f02a9 100644 --- a/css/app.css +++ b/css/app.css @@ -6704,7 +6704,7 @@ header .searchform input[type="submit"]:hover { content: url(../assets/reservations-bottom.png); height: 30px; bottom: -30px; - left: -4px; } + left: 0px; } #res-tab li { list-style: none; padding: 20px 0; } @@ -6733,10 +6733,10 @@ header .searchform input[type="submit"]:hover { left: -15px; } #res-tab-open:after { position: absolute; - content: url(../assets/reservations-bottom_v2.png); + content: url(../assets/reservations-bottom.png); height: 30px; bottom: -320px; - left: -4px; } + left: 0px; } #res-tab-open li { list-style: none; padding: 20px 0; } @@ -6900,7 +6900,7 @@ header .searchform input[type="submit"]:hover { right: 0 !important; min-width: 100px; background: #ede6d9; - margin-top: -5px; + margin-top: -15px; border: 2px solid #FFFFFF; border-top: none; border-bottom-left-radius: 5px; diff --git a/scss/_topbar.scss b/scss/_topbar.scss index 4a4a3ce..8d74be6 100644 --- a/scss/_topbar.scss +++ b/scss/_topbar.scss @@ -342,7 +342,7 @@ content: url(../assets/reservations-bottom.png); height: 30px; bottom: -30px; - left: -4px; + left: 0px; } li { list-style: none; @@ -377,10 +377,10 @@ } &:after { position: absolute; - content: url(../assets/reservations-bottom_v2.png); + content: url(../assets/reservations-bottom.png); height: 30px; bottom: -320px; - left: -4px; + left: 0px; } li { list-style: none; @@ -581,7 +581,7 @@ right: 0 !important; min-width: 100px; background: $cream; - margin-top: -5px; + margin-top: -15px; border: 2px solid $white; border-top: none; border-bottom-left-radius: 5px;