From: Anthony Talarico Date: Wed, 17 May 2017 13:10:43 +0000 (-0400) Subject: adjusting header search magnifying glass position X-Git-Tag: v1.0.0^2~42 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=0ffef88b876c6dc802cb612820511560153968e2;p=WP-Themes%2Fphsacf.git 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 --- 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;