From 878f0c920d1ba67785e1f921b1a1dbe3675ba99e 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: http://core.svn.wordpress.org/trunk@22191 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- style.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/style.css b/style.css index 15a665f46..538220242 100644 --- a/style.css +++ b/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"] {