From 0ffef88b876c6dc802cb612820511560153968e2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 17 May 2017 09:10:43 -0400 Subject: [PATCH] adjusting header search magnifying glass position after moving the header search input the mag glass icon needed to be adjusted with it so that it stays in bouds of the input field --- css/app.css | 4 ++-- scss/_page.header.scss | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/css/app.css b/css/app.css index 7e745c8..c81b77f 100644 --- a/css/app.css +++ b/css/app.css @@ -6347,7 +6347,7 @@ header { background: #FFFFFF; } header .search-input { position: relative; - top: -1px; + top: -o; height: 19px; width: 0; border: none; @@ -6364,7 +6364,7 @@ header { height: 0.625rem; border: 0.125rem solid #006990; position: relative; - top: -35px; + top: -34px; right: -132px; border-radius: 0.35em; margin: 0 0 0 -25px; } diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 01d4fcc..1767da7 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -77,7 +77,7 @@ header { } .search-input{ position: relative; - top: -1px; + top: -o; height: 19px; width: 0; border: none; @@ -190,7 +190,7 @@ header { height: rem-calc(10); border: rem-calc(2) solid #006990; position: relative; - top: -35px; + top: -34px; right: -132px; border-radius: 0.35em; margin: 0 0 0 -25px; -- 2.17.1