Improve styling of `.themes-php` header on mobile devices.
The Themes page title does not need to be forced to 100% width on smaller devices. This fixes width issues for network admin, site admin, and single site admin theme pages. See #32846. Built from https://develop.svn.wordpress.org/trunk@33165 git-svn-id: http://core.svn.wordpress.org/trunk@33137 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
daa51138fc
commit
4f32f8e00e
|
@ -1021,10 +1021,6 @@ body.folded .theme-overlay .theme-wrap {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.themes-php .wp-filter-search {
|
||||
float: none;
|
||||
clear: both;
|
||||
|
|
|
@ -1021,10 +1021,6 @@ body.folded .theme-overlay .theme-wrap {
|
|||
font-size: 13px;
|
||||
}
|
||||
|
||||
.themes-php .wrap h1 {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.themes-php .wp-filter-search {
|
||||
float: none;
|
||||
clear: both;
|
||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -4,7 +4,7 @@
|
|||
*
|
||||
* @global string $wp_version
|
||||
*/
|
||||
$wp_version = '4.3-beta2-33164';
|
||||
$wp_version = '4.3-beta2-33165';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue