From a53b53d3b8dac0b1d2791d902588e9ecb2124678 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 17 May 2017 09:08:13 -0400 Subject: [PATCH] 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 --- css/app.css | 5 ++++- scss/_page.header.scss | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) 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; -- 2.17.1