Changeset 47222
- Timestamp:
- 02/09/2020 07:39:54 PM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/postbox.js
r47122 r47222 422 422 case 0: 423 423 case 180: 424 if ( $( '#poststuff').length ) {424 if ( $( '.poststuff' ).length ) { 425 425 this._pb_edit(1); 426 426 } else { -
trunk/src/wp-admin/css/dashboard.css
r46770 r47222 7 7 } 8 8 9 #wpbody-content #dashboard-widgets.columns-2 #postbox-container-2,9 #wpbody-content #dashboard-widgets.columns-2 .postbox-container-2, 10 10 #wpbody-content #dashboard-widgets.columns-2 #postbox-container-3, 11 11 #wpbody-content #dashboard-widgets.columns-2 #postbox-container-4 { … … 43 43 } 44 44 45 .ie8 #wpbody-content #dashboard-widgets #postbox-container-2,45 .ie8 #wpbody-content #dashboard-widgets .postbox-container-2, 46 46 .ie8 #wpbody-content #dashboard-widgets #postbox-container-3, 47 47 .ie8 #wpbody-content #dashboard-widgets #postbox-container-4 { … … 1113 1113 } 1114 1114 1115 #wpbody-content #dashboard-widgets #postbox-container-2,1115 #wpbody-content #dashboard-widgets .postbox-container-2, 1116 1116 #wpbody-content #dashboard-widgets #postbox-container-3, 1117 1117 #wpbody-content #dashboard-widgets #postbox-container-4 { -
trunk/src/wp-admin/css/edit.css
r47209 r47222 1 #poststuff {1 .poststuff { 2 2 padding-top: 10px; 3 3 min-width: 763px; 4 4 } 5 5 6 #poststuff #post-body {6 .poststuff #post-body { 7 7 padding: 0; 8 8 } 9 9 10 #poststuff .postbox-container {10 .poststuff .postbox-container { 11 11 width: 100%; 12 12 } 13 13 14 #poststuff #post-body.columns-2 {14 .poststuff #post-body.columns-2 { 15 15 margin-right: 300px; 16 16 } … … 52 52 } 53 53 54 #poststuff #titlewrap {54 .poststuff #titlewrap { 55 55 border: 0; 56 56 padding: 0; … … 415 415 } 416 416 417 #poststuff #post-body.columns-2 #side-sortables {417 .poststuff #post-body.columns-2 #side-sortables { 418 418 width: 280px; 419 419 } … … 597 597 } 598 598 599 #poststuff h3.hndle, /* Back-compat for pre-4.4 */600 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */601 #poststuff h2 {599 .poststuff h3.hndle, /* Back-compat for pre-4.4 */ 600 .poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ 601 .poststuff h2 { 602 602 font-size: 14px; 603 603 padding: 8px 12px; … … 606 606 } 607 607 608 #poststuff .stuffbox h2 {608 .poststuff .stuffbox h2 { 609 609 padding: 8px 10px; 610 610 } 611 611 612 #poststuff .inside {612 .poststuff .inside { 613 613 margin: 6px 0 0 0; 614 614 } 615 615 616 #poststuff .stuffbox .inside {616 .poststuff .stuffbox .inside { 617 617 margin: 0; 618 618 } 619 619 620 #poststuff .inside #parent_id,621 #poststuff .inside #page_template {620 .poststuff .inside #parent_id, 621 .poststuff .inside #page_template { 622 622 max-width: 100%; 623 623 } 624 624 625 .ie8 #poststuff .inside #parent_id,626 .ie8 #poststuff .inside #page_template {625 .ie8 .poststuff .inside #parent_id, 626 .ie8 .poststuff .inside #page_template { 627 627 width: 250px; 628 628 } … … 643 643 644 644 #linksubmitdiv .inside, /* Old Link Manager back-compat. */ 645 #poststuff #submitdiv .inside {645 .poststuff #submitdiv .inside { 646 646 margin: 0; 647 647 padding: 0; … … 1092 1092 ------------------------------------------------------------------------------*/ 1093 1093 1094 #poststuff .tagsdiv .ajaxtag {1094 .poststuff .tagsdiv .ajaxtag { 1095 1095 margin-top: 1em; 1096 1096 } 1097 1097 1098 #poststuff .tagsdiv .howto {1098 .poststuff .tagsdiv .howto { 1099 1099 margin: 1em 0 6px 0; 1100 1100 } … … 1141 1141 } 1142 1142 1143 #poststuff .inside .the-tagcloud {1143 .poststuff .inside .the-tagcloud { 1144 1144 margin: 5px 0 10px; 1145 1145 padding: 8px; … … 1413 1413 /* one column on the post write/edit screen */ 1414 1414 @media only screen and (max-width: 850px) { 1415 #poststuff {1415 .poststuff { 1416 1416 min-width: 0; 1417 1417 } 1418 1418 1419 #wpbody-content #poststuff #post-body {1419 #wpbody-content .poststuff #post-body { 1420 1420 margin: 0; 1421 1421 } … … 1426 1426 } 1427 1427 1428 #poststuff #postbox-container-1 .empty-container,1429 #poststuff #postbox-container-1 #side-sortables:empty {1428 .poststuff #postbox-container-1 .empty-container, 1429 .poststuff #postbox-container-1 #side-sortables:empty { 1430 1430 border: 0 none; 1431 1431 height: 0; … … 1433 1433 } 1434 1434 1435 #poststuff #post-body.columns-2 #side-sortables {1435 .poststuff #post-body.columns-2 #side-sortables { 1436 1436 min-height: 0; 1437 1437 width: auto; … … 1458 1458 } 1459 1459 1460 #poststuff .stuffbox .inside {1460 .poststuff .stuffbox .inside { 1461 1461 padding: 0 2px 4px 0; 1462 1462 } 1463 1463 1464 #poststuff h3.hndle, /* Back-compat for pre-4.4 */1465 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */1466 #poststuff h2 {1464 .poststuff h3.hndle, /* Back-compat for pre-4.4 */ 1465 .poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ 1466 .poststuff h2 { 1467 1467 padding: 12px; 1468 1468 } -
trunk/src/wp-admin/css/ie.css
r44961 r47222 14 14 } 15 15 16 #wpbody-content #dashboard-widgets #postbox-container-2,16 #wpbody-content #dashboard-widgets .postbox-container-2, 17 17 #wpbody-content #dashboard-widgets #postbox-container-3, 18 18 #wpbody-content #dashboard-widgets #postbox-container-4 { … … 368 368 #postdivrich, 369 369 #postdiv, 370 #poststuff,370 .poststuff, 371 371 .metabox-holder, 372 372 #titlediv, … … 415 415 } 416 416 417 #poststuff h2 {417 .poststuff h2 { 418 418 font-size: 1.6em; 419 419 } 420 420 421 #poststuff .inside #parent_id,422 #poststuff .inside #page_template,421 .poststuff .inside #parent_id, 422 .poststuff .inside #page_template, 423 423 .inline-edit-row #post_parent, 424 424 .inline-edit-row select[name="page_template"] { … … 678 678 } 679 679 680 * html #poststuff h2 {680 * html .poststuff h2 { 681 681 margin-left: 0; 682 682 } -
trunk/src/wp-admin/css/media.css
r46856 r47222 1034 1034 } 1035 1035 1036 #poststuff .imgedit-group-top h2 {1036 .poststuff .imgedit-group-top h2 { 1037 1037 display: inline-block; 1038 1038 margin: 0; … … 1042 1042 } 1043 1043 1044 #poststuff .imgedit-group-top .button-link {1044 .poststuff .imgedit-group-top .button-link { 1045 1045 text-decoration: none; 1046 1046 color: #23282d; -
trunk/src/wp-admin/edit-form-advanced.php
r47219 r47222 495 495 ?> 496 496 497 <div id="poststuff">497 <div class="poststuff"> 498 498 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> 499 499 <div id="post-body-content"> … … 672 672 ?> 673 673 </div> 674 <div id="postbox-container-2" class="postbox-container">674 <div class="postbox-container-2 postbox-container"> 675 675 <?php 676 676 -
trunk/src/wp-admin/edit-form-comment.php
r47122 r47222 17 17 <h1><?php _e( 'Edit Comment' ); ?></h1> 18 18 19 <div id="poststuff">19 <div class="poststuff"> 20 20 <input type="hidden" name="action" value="editedcomment" /> 21 21 <input type="hidden" name="comment_ID" value="<?php echo esc_attr( $comment->comment_ID ); ?>" /> … … 197 197 </div> 198 198 199 <div id="postbox-container-2" class="postbox-container">199 <div class="postbox-container-2 postbox-container"> 200 200 <?php 201 201 /** This action is documented in wp-admin/includes/meta-boxes.php */ -
trunk/src/wp-admin/edit-link-form.php
r47198 r47222 107 107 ?> 108 108 109 <div id="poststuff">109 <div class="poststuff"> 110 110 111 111 <div id="post-body" class="metabox-holder columns-<?php echo 1 == get_current_screen()->get_columns() ? '1' : '2'; ?>"> … … 145 145 ?> 146 146 </div> 147 <div id="postbox-container-2" class="postbox-container">147 <div class="postbox-container-2 postbox-container"> 148 148 <?php 149 149 -
trunk/src/wp-admin/includes/dashboard.php
r47219 r47222 246 246 <?php do_meta_boxes( $screen->id, 'normal', '' ); ?> 247 247 </div> 248 <div id="postbox-container-2" class="postbox-container">248 <div class="postbox-container-2 postbox-container"> 249 249 <?php do_meta_boxes( $screen->id, 'side', '' ); ?> 250 250 </div> -
trunk/src/wp-admin/includes/post.php
r47219 r47222 2272 2272 <?php foreach ( $locations as $location ) : ?> 2273 2273 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" onsubmit="return false;"> 2274 <div id="poststuff" class="sidebar-open">2275 <div id="postbox-container-2" class="postbox-container">2274 <div class="poststuff" class="sidebar-open"> 2275 <div class="postbox-container-2 postbox-container"> 2276 2276 <?php 2277 2277 do_meta_boxes(
Note: See TracChangeset
for help on using the changeset viewer.