changing the top position of the header search input toggle
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 May 2017 13:08:13 +0000 (09:08 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 17 May 2017 13:08:13 +0000 (09:08 -0400)
the header search toggle has a top position value, reducing it to align it better with the
icons next to it

css/app.css
scss/_page.header.scss

index 13b92ef..7e745c8 100644 (file)
@@ -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) {
index 9dddad8..01d4fcc 100644 (file)
@@ -77,7 +77,7 @@ header {
     }
     .search-input{
             position: relative;
-            top: -2px;
+            top: -1px;
             height: 19px;
             width: 0;
             border: none;