From b70d912fe871c787789ef114100d4fc7ad5fb126 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 11 Oct 2012 18:20:53 +0000 Subject: [PATCH] Twenty Twelve: set width for search input in widget context, to avoid dropping the submit button to a new line. Occurs in cases of localized installs where the submit text is wider than English, and seen in various Windows browsers. Fixes #22054. git-svn-id: https://develop.svn.wordpress.org/trunk@22191 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentytwelve/style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/wp-content/themes/twentytwelve/style.css b/wp-content/themes/twentytwelve/style.css index 15a665f463..5382202420 100644 --- a/wp-content/themes/twentytwelve/style.css +++ b/wp-content/themes/twentytwelve/style.css @@ -607,6 +607,9 @@ section[role="banner"] { .widget-area .widget a:hover { color: #21759b; } +.widget-area #s { + width: 53.66666666666%; /* define a width to avoid dropping a wider submit button */ +} /* Footer */ footer[role="contentinfo"] {