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:
parent
ee387b9181
commit
30a35a4806
|
@ -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
|
@ -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
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue