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
This commit is contained in:
parent
da1fac02ad
commit
b70d912fe8
|
@ -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