Make WordPress Core

Ticket #52148: 52148.diff

File 52148.diff, 3.8 KB (added by hellofromTonya, 4 years ago)

Refreshed to (a) change 0px to 0 and (b) remove class-wp-comments-list-table.php changes

  • src/wp-admin/css/admin-menu.css

    diff --git a/src/wp-admin/css/admin-menu.css b/src/wp-admin/css/admin-menu.css
    index 97f4f2606a..8606ede18e 100644
    a b ul#adminmenu > li.current > a.current:after { 
    458458/* flyout menu arrow */
    459459#adminmenu li.wp-has-submenu.wp-not-current-submenu:hover:after {
    460460        right: 0;
    461         border: solid transparent;
     461        border: 8px solid transparent;
    462462        content: " ";
    463463        height: 0;
    464464        width: 0;
    465465        position: absolute;
    466466        pointer-events: none;
    467         border-width: 8px;
    468467        top: 10px;
    469468        z-index: 10000;
    470469}
  • src/wp-admin/css/common.css

    diff --git a/src/wp-admin/css/common.css b/src/wp-admin/css/common.css
    index f2d85623fc..a863ff44fc 100644
    a b div.action-links { 
    27002700        left: 0;
    27012701        margin-top: 10px;
    27022702        margin-right: 250px; /* FYI box */
    2703         padding: 10px 26px;
     2703        padding: 10px 26px 99999px; /* equal height column trick */
    27042704        margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
    2705         padding-bottom: 99999px; /* equal height column trick */
    27062705}
    27072706
    27082707#section-holder .notice {
    div.action-links { 
    27182717        position: relative;
    27192718        top: 0;
    27202719        right: 0;
    2721         padding: 16px;
     2720        padding: 16px 16px 99999px; /* equal height column trick */
    27222721        margin-bottom: -99932px; /* 67px less than the padding below to accommodate footer height */
    2723         padding-bottom: 99999px; /* equal height column trick */
    27242722        width: 217px;
    27252723        border-left: 1px solid #dcdcde;
    27262724        background: #f6f7f7;
  • src/wp-admin/css/customize-controls.css

    diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css
    index 676bbf6b6c..e3b17f2c37 100644
    a b body.cheatin h1 { 
    23682368        font-size: 24px;
    23692369        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    23702370        margin: 30px 0 0 0;
    2371         padding: 0;
    2372         padding-bottom: 7px;
     2371        padding: 0 0 7px;
    23732372}
    23742373
    23752374body.cheatin p {
    body.cheatin p { 
    23872386#customize-theme-controls .add-new-menu-item {
    23882387        cursor: pointer;
    23892388        float: right;
    2390         margin: 0;
    2391         margin-left: 10px;
     2389        margin: 0 0 0 10px;
    23922390        transition: all 0.2s;
    23932391        -webkit-user-select: none;
    23942392        -ms-user-select: none;
  • src/wp-admin/css/edit.css

    diff --git a/src/wp-admin/css/edit.css b/src/wp-admin/css/edit.css
    index d9aa7b5c36..f5cc17e07f 100644
    a b table.links-table { 
    17251725        }
    17261726
    17271727        .wp_themeSkin .mceSplitButton td a.mceAction {
    1728                 padding-top: 6px;
    1729                 padding-bottom: 6px;
    1730                 padding-left: 6px;
    1731                 padding-right: 3px;
     1728                padding: 6px 3px 6px 6px;
    17321729        }
    17331730
    17341731        .wp_themeSkin .mceSplitButton td a.mceOpen,
  • src/wp-admin/css/install.css

    diff --git a/src/wp-admin/css/install.css b/src/wp-admin/css/install.css
    index c4978b9154..7a24331c33 100644
    a b h1, h2 { 
    3636        clear: both;
    3737        color: #646970;
    3838        font-size: 24px;
    39         padding: 0;
    40         padding-bottom: 7px;
     39        padding: 0 0 7px;
    4140        font-weight: 400;
    4241}
    4342
  • src/wp-admin/css/nav-menus.css

    diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
    index b243fc036c..3ddbe27301 100644
    a b ul.add-menu-item-tabs li { 
    386386/* Listings */
    387387.nav-menus-php .list li {
    388388        display: none;
    389         margin: 0;
    390         margin-bottom: 5px;
     389        margin: 0 0 5px;
    391390}
    392391
    393392.nav-menus-php .list li .menu-item-title {
  • src/wp-includes/css/editor.css

    diff --git a/src/wp-includes/css/editor.css b/src/wp-includes/css/editor.css
    index 6704822f3d..a5c8deee37 100644
    a b i.mce-i-wp_code:before { 
    13391339#wp_delimgbtn,
    13401340#wp_editgallery,
    13411341#wp_delgallery {
    1342         border-color: #8c8f94;
    13431342        background-color: #f0f0f1;
    13441343        margin: 2px;
    13451344        padding: 2px;
    1346         border-width: 1px;
    1347         border-style: solid;
     1345        border: 1px solid #8c8f94;
    13481346        border-radius: 3px;
    13491347}
    13501348