Skip to content

Commit be69a1f

Browse files
Administration: Correct alignment of meta boxes on the Edit screen with classic editor.
Follow-up to [61646], [61759]. Props umeshnevase, sabernhardt, SergeyBiryukov. Fixes #65141. Built from https://develop.svn.wordpress.org/trunk@62284 git-svn-id: http://core.svn.wordpress.org/trunk@61564 1a063a9b-81f0-0310-95a4-ce76da25c4cd
1 parent cb9387e commit be69a1f

9 files changed

Lines changed: 5 additions & 15 deletions

File tree

wp-admin/css/dashboard-rtl.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,6 @@
6161
/* Required min-height to make the jQuery UI Sortable drop zone work. */
6262
min-height: 0;
6363
margin: 0 8px 20px;
64-
padding: 0;
6564
}
6665

6766
#dashboard-widgets .meta-box-sortables:not(:empty) {

wp-admin/css/dashboard-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-admin/css/dashboard.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,6 @@
6060
/* Required min-height to make the jQuery UI Sortable drop zone work. */
6161
min-height: 0;
6262
margin: 0 8px 20px;
63-
padding: 0;
6463
}
6564

6665
#dashboard-widgets .meta-box-sortables:not(:empty) {

wp-admin/css/dashboard.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-admin/css/edit-rtl.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -174,10 +174,6 @@ body.post-type-wp_navigation .inline-edit-status {
174174

175175
/* Post Screen */
176176

177-
.metabox-holder .postbox-container .meta-box-sortables {
178-
padding: 4px;
179-
}
180-
181177
/* Only highlight drop zones when dragging and only in the 2 columns layout. */
182178
.is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
183179
border-radius: 8px;

wp-admin/css/edit-rtl.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-admin/css/edit.css

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,6 @@ body.post-type-wp_navigation .inline-edit-status {
173173

174174
/* Post Screen */
175175

176-
.metabox-holder .postbox-container .meta-box-sortables {
177-
padding: 4px;
178-
}
179-
180176
/* Only highlight drop zones when dragging and only in the 2 columns layout. */
181177
.is-dragging-metaboxes .metabox-holder .postbox-container .meta-box-sortables {
182178
border-radius: 8px;

wp-admin/css/edit.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

wp-includes/version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
*
1717
* @global string $wp_version
1818
*/
19-
$wp_version = '7.1-alpha-62282';
19+
$wp_version = '7.1-alpha-62284';
2020

2121
/**
2222
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.

0 commit comments

Comments
 (0)