Fix the padding for the feature filter box on the Add Themes screen.
fixes #33132 props SergeyBiryukov Built from https://develop.svn.wordpress.org/trunk@33439 git-svn-id: http://core.svn.wordpress.org/trunk@33406 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
parent
5abcb6938c
commit
b2b53fd997
|
@ -1085,6 +1085,10 @@ body.folded .theme-overlay .theme-wrap {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.theme-install-php a.upload,
|
||||
.theme-install-php a.browse-themes {
|
||||
cursor: pointer;
|
||||
|
|
|
@ -1085,6 +1085,10 @@ body.folded .theme-overlay .theme-wrap {
|
|||
display: none !important;
|
||||
}
|
||||
|
||||
.theme-install-php .wp-filter {
|
||||
padding: 0 20px;
|
||||
}
|
||||
|
||||
.theme-install-php a.upload,
|
||||
.theme-install-php a.browse-themes {
|
||||
cursor: pointer;
|
||||
|
|
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-beta4-33438';
|
||||
$wp_version = '4.3-beta4-33439';
|
||||
|
||||
/**
|
||||
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.
|
||||
|
|
Loading…
Reference in New Issue