From: Anthony Talarico Date: Wed, 17 May 2017 13:08:13 +0000 (-0400) Subject: changing the top position of the header search input toggle X-Git-Tag: v1.0.0^2~43 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=a53b53d3b8dac0b1d2791d902588e9ecb2124678;p=WP-Themes%2Fphsacf.git changing the top position of the header search input toggle the header search toggle has a top position value, reducing it to align it better with the icons next to it --- diff --git a/css/app.css b/css/app.css index 13b92ef..7e745c8 100644 --- a/css/app.css +++ b/css/app.css @@ -6347,7 +6347,7 @@ header { background: #FFFFFF; } header .search-input { position: relative; - top: -2px; + top: -1px; height: 19px; width: 0; border: none; @@ -6606,6 +6606,9 @@ body .stButton .sharethis { width: 52px; height: 22px; } +#donate-popup button { + padding: 5px; } + #slideshow { width: 660px; } @media only screen and (min-width:0em) and (max-width:64em) { diff --git a/scss/_page.header.scss b/scss/_page.header.scss index 9dddad8..01d4fcc 100644 --- a/scss/_page.header.scss +++ b/scss/_page.header.scss @@ -77,7 +77,7 @@ header { } .search-input{ position: relative; - top: -2px; + top: -1px; height: 19px; width: 0; border: none;