Upload: Better align file input and buttons in plugin/theme upload form.

Follow-up to [47271].

Props seedsca, piyushmca.
Fixes #49914.
Built from https://develop.svn.wordpress.org/trunk@47599


git-svn-id: http://core.svn.wordpress.org/trunk@47374 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2020-04-19 09:47:08 +00:00
parent ee387b9181
commit 30a35a4806
5 changed files with 5 additions and 13 deletions

View File

@ -1060,11 +1060,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
margin: 30px auto;
max-width: 380px;
display: flex;
}
.upload-theme .wp-upload-form > input[type="file"],
.upload-plugin .wp-upload-form > input[type="file"] {
padding: 5px 0 0 1em;
justify-content: space-between;
}
.upload-theme .install-help,

File diff suppressed because one or more lines are too long

View File

@ -1059,11 +1059,7 @@ body.folded .theme-browser ~ .theme-overlay .theme-wrap {
margin: 30px auto;
max-width: 380px;
display: flex;
}
.upload-theme .wp-upload-form > input[type="file"],
.upload-plugin .wp-upload-form > input[type="file"] {
padding: 5px 1em 0 0;
justify-content: space-between;
}
.upload-theme .install-help,

File diff suppressed because one or more lines are too long

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.5-alpha-47598';
$wp_version = '5.5-alpha-47599';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.