From c7d2f360cbaaf5776fb78be9e4c29ac20331b788 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Wed, 17 Dec 2014 16:37:05 +0000 Subject: [PATCH] Twenty Fifteen: fix styles for screen-reader-only search button in small screens. Props iamtakashi, fixes #30744. git-svn-id: https://develop.svn.wordpress.org/trunk@30953 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-content/themes/twentyfifteen/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/wp-content/themes/twentyfifteen/style.css b/src/wp-content/themes/twentyfifteen/style.css index f9b6d4c66c..d306d0cf90 100644 --- a/src/wp-content/themes/twentyfifteen/style.css +++ b/src/wp-content/themes/twentyfifteen/style.css @@ -622,6 +622,11 @@ input[type="radio"] { padding: 0; } +.search-form input[type="submit"], +.widget .search-form input[type="submit"] { + padding: 0; +} + /** * 6.0 Navigations