mirror of
https://github.com/WordPress/WordPress.git
synced 2024-12-23 09:37:42 +01:00
Twenty Eleven: Set a fixed height for search form when header image is added.
This ensures that the search form does not collide with the menu on smaller screens. Props sabernhardt, fedepia, Soean, lukecavanagh, mukesh27. Fixes #40398. Built from https://develop.svn.wordpress.org/trunk@51807 git-svn-id: http://core.svn.wordpress.org/trunk@51414 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
e838c96df4
commit
7d6308c3c7
@ -701,6 +701,7 @@ a.assistive-text:focus,
|
||||
top: auto;
|
||||
bottom: -27px;
|
||||
max-width: 195px;
|
||||
height: 32px;
|
||||
}
|
||||
#branding .only-search + #access div {
|
||||
padding-right: 205px;
|
||||
|
@ -13,7 +13,7 @@
|
||||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '5.9-alpha-51806';
|
||||
$wp_version = '5.9-alpha-51807';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
Loading…
Reference in New Issue
Block a user