From 0ed90a79222e233a2e2394c041964e29cb18499c Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 2 Dec 2015 15:01:43 -0500 Subject: [PATCH] changed reservation form bottom image and adjusted about dropdown menu margin --- css/app.css | 8 ++++---- scss/_topbar.scss | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) 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; -- 2.17.1