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
This commit is contained in:
parent
6f55c9a548
commit
91ef55e891
|
@ -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"] {
|
||||
|
|
Loading…
Reference in New Issue