mirror of
https://github.com/WordPress/WordPress.git
synced 2025-02-20 19:56:49 +01:00
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;
|
||||
|
|
|
|||
2
wp-admin/css/wp-admin-rtl.min.css
vendored
2
wp-admin/css/wp-admin-rtl.min.css
vendored
File diff suppressed because one or more lines are too long
2
wp-admin/css/wp-admin.min.css
vendored
2
wp-admin/css/wp-admin.min.css
vendored
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
Block a user