Changeset 47410
- Timestamp:
- 03/03/2020 12:35:41 AM (5 years ago)
- Location:
- trunk/src
- Files:
-
- 10 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/js/_enqueues/admin/postbox.js
r47222 r47410 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
r47255 r47410 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
r47252 r47410 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 } … … 606 606 } 607 607 608 .poststuff h3.hndle, /* Back-compat for pre-4.4 */609 .poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */610 .poststuff h2 {608 #poststuff h3.hndle, /* Back-compat for pre-4.4 */ 609 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ 610 #poststuff h2 { 611 611 font-size: 14px; 612 612 padding: 8px 12px; … … 615 615 } 616 616 617 .poststuff .stuffbox h2 {617 #poststuff .stuffbox h2 { 618 618 padding: 8px 10px; 619 619 } 620 620 621 .poststuff .stuffbox > h2 {621 #poststuff .stuffbox > h2 { 622 622 border-bottom: 1px solid #eee; 623 623 } 624 624 625 .poststuff .inside {625 #poststuff .inside { 626 626 margin: 6px 0 0 0; 627 627 } 628 628 629 .poststuff .stuffbox .inside {629 #poststuff .stuffbox .inside { 630 630 margin: 0; 631 631 } 632 632 633 .poststuff .inside #parent_id,634 .poststuff .inside #page_template {633 #poststuff .inside #parent_id, 634 #poststuff .inside #page_template { 635 635 max-width: 100%; 636 636 } 637 637 638 .ie8 .poststuff .inside #parent_id,639 .ie8 .poststuff .inside #page_template {638 .ie8 #poststuff .inside #parent_id, 639 .ie8 #poststuff .inside #page_template { 640 640 width: 250px; 641 641 } … … 657 657 658 658 #linksubmitdiv .inside, /* Old Link Manager back-compat. */ 659 .poststuff #submitdiv .inside {659 #poststuff #submitdiv .inside { 660 660 margin: 0; 661 661 padding: 0; … … 1106 1106 ------------------------------------------------------------------------------*/ 1107 1107 1108 .poststuff .tagsdiv .ajaxtag {1108 #poststuff .tagsdiv .ajaxtag { 1109 1109 margin-top: 1em; 1110 1110 } 1111 1111 1112 .poststuff .tagsdiv .howto {1112 #poststuff .tagsdiv .howto { 1113 1113 margin: 1em 0 6px 0; 1114 1114 } … … 1155 1155 } 1156 1156 1157 .poststuff .inside .the-tagcloud {1157 #poststuff .inside .the-tagcloud { 1158 1158 margin: 5px 0 10px; 1159 1159 padding: 8px; … … 1427 1427 /* one column on the post write/edit screen */ 1428 1428 @media only screen and (max-width: 850px) { 1429 .poststuff {1429 #poststuff { 1430 1430 min-width: 0; 1431 1431 } 1432 1432 1433 #wpbody-content .poststuff #post-body {1433 #wpbody-content #poststuff #post-body { 1434 1434 margin: 0; 1435 1435 } … … 1440 1440 } 1441 1441 1442 .poststuff #postbox-container-1 .empty-container,1443 .poststuff #postbox-container-1 #side-sortables:empty {1442 #poststuff #postbox-container-1 .empty-container, 1443 #poststuff #postbox-container-1 #side-sortables:empty { 1444 1444 border: 0 none; 1445 1445 height: 0; … … 1447 1447 } 1448 1448 1449 .poststuff #post-body.columns-2 #side-sortables {1449 #poststuff #post-body.columns-2 #side-sortables { 1450 1450 min-height: 0; 1451 1451 width: auto; … … 1472 1472 } 1473 1473 1474 .poststuff .stuffbox .inside {1474 #poststuff .stuffbox .inside { 1475 1475 padding: 0 2px 4px 0; 1476 1476 } 1477 1477 1478 .poststuff h3.hndle, /* Back-compat for pre-4.4 */1479 .poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */1480 .poststuff h2 {1478 #poststuff h3.hndle, /* Back-compat for pre-4.4 */ 1479 #poststuff .stuffbox > h3, /* Back-compat for pre-4.4 */ 1480 #poststuff h2 { 1481 1481 padding: 12px; 1482 1482 } -
trunk/src/wp-admin/css/ie.css
r47222 r47410 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
r47304 r47410 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
r47372 r47410 495 495 ?> 496 496 497 <div class="poststuff">497 <div id="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 class="postbox-container-2postbox-container">674 <div id="postbox-container-2" class="postbox-container"> 675 675 <?php 676 676 -
trunk/src/wp-admin/edit-form-comment.php
r47252 r47410 17 17 <h1><?php _e( 'Edit Comment' ); ?></h1> 18 18 19 <div class="poststuff">19 <div id="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 ); ?>" /> … … 215 215 </div> 216 216 217 <div class="postbox-container-2postbox-container">217 <div id="postbox-container-2" class="postbox-container"> 218 218 <?php 219 219 /** This action is documented in wp-admin/includes/meta-boxes.php */ -
trunk/src/wp-admin/edit-link-form.php
r47222 r47410 107 107 ?> 108 108 109 <div class="poststuff">109 <div id="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 class="postbox-container-2postbox-container">147 <div id="postbox-container-2" class="postbox-container"> 148 148 <?php 149 149 -
trunk/src/wp-admin/includes/dashboard.php
r47300 r47410 246 246 <?php do_meta_boxes( $screen->id, 'normal', '' ); ?> 247 247 </div> 248 <div class="postbox-container-2postbox-container">248 <div id="postbox-container-2" class="postbox-container"> 249 249 <?php do_meta_boxes( $screen->id, 'side', '' ); ?> 250 250 </div> -
trunk/src/wp-admin/includes/post.php
r47398 r47410 2276 2276 <?php foreach ( $locations as $location ) : ?> 2277 2277 <form class="metabox-location-<?php echo esc_attr( $location ); ?>" onsubmit="return false;"> 2278 <div class="poststuff" class="sidebar-open">2279 <div class="postbox-container-2postbox-container">2278 <div id="poststuff" class="sidebar-open"> 2279 <div id="postbox-container-2" class="postbox-container"> 2280 2280 <?php 2281 2281 do_meta_boxes(
Note: See TracChangeset
for help on using the changeset viewer.