Make WordPress Core

Ticket #31654: 31654.6.patch

File 31654.6.patch, 8.0 KB (added by afercia, 10 years ago)
  • src/wp-admin/css/common.css

     
    470470        padding: 8px 10px;
    471471}
    472472
    473 .widefat thead th {
     473.widefat thead th,
     474.widefat thead .th {
    474475        border-bottom: 1px solid #e1e1e1;
    475476}
    476477
    477 .widefat tfoot th {
     478.widefat tfoot th,
     479.widefat tfoot .th {
    478480        border-top: 1px solid #e1e1e1;
    479481        border-bottom: none;
    480482}
     
    495497        line-height: 1.5em;
    496498}
    497499
    498 .widefat th {
     500.widefat th,
     501.widefat .th {
    499502        text-align: left;
    500503        line-height: 1.3em;
    501504        font-size: 14px;
    502505}
    503506
    504 .widefat th input {
     507.widefat th input,
     508.widefat .th input {
    505509        margin: 0 0 0 8px;
    506510        padding: 0;
    507511        vertical-align: text-top;
     
    513517        vertical-align: top;
    514518}
    515519
    516 .widefat th input[type=checkbox] {
     520.widefat th input[type=checkbox],
     521.widefat .th input[type=checkbox] {
    517522        margin-top: -1px;
    518523}
    519524
     
    525530        padding-top: 8px;
    526531}
    527532
    528 .widefat thead th.check-column,
     533.widefat thead .th.check-column,
    529534.widefat tbody th.check-column,
    530 .widefat tfoot th.check-column {
     535.widefat tfoot .th.check-column {
    531536        padding: 11px 0 0 3px;
    532537}
    533538
    534 .widefat thead th.check-column {
     539.widefat thead .th.check-column {
    535540        padding-top: 10px;
    536541}
    537542
     
    711716.side-info,
    712717#your-profile #rich_editing,
    713718.widefat thead th,
    714 .widefat tfoot th {
     719.widefat thead .th,
     720.widefat tfoot th,
     721.widefat tfoot .th {
    715722        line-height: 1.4em;
    716723}
    717724
     
    17061713        color: #555;
    17071714}
    17081715
    1709 .widefat th {
     1716.widefat th,
     1717.widefat .th {
    17101718        font-weight: normal;
    17111719}
    17121720
    17131721.widefat thead tr th,
    1714 .widefat tfoot tr th {
     1722.widefat thead tr .th,
     1723.widefat tfoot tr th,
     1724.widefat tfoot tr .th {
    17151725        color: #32373c;
    17161726}
    17171727
  • src/wp-admin/css/forms.css

     
    943943                padding-top: 10px;
    944944        }
    945945
    946         input[type="checkbox"], .widefat th input[type="checkbox"] {
     946        input[type="checkbox"],
     947        .widefat th input[type="checkbox"],
     948        .widefat .th input[type="checkbox"] {
    947949                -webkit-appearance: none;
    948950                padding: 10px;
    949951        }
    950952
    951         .widefat th input[type="checkbox"] {
     953        .widefat th input[type="checkbox"],
     954        .widefat .th input[type="checkbox"] {
    952955                margin-bottom: 8px;
    953956        }
    954957
    955         input[type="checkbox"]:checked:before, .widefat th input[type="checkbox"]:before {
     958        input[type="checkbox"]:checked:before,
     959        .widefat th input[type="checkbox"]:before,
     960        .widefat .th input[type="checkbox"]:before {
    956961                font: normal 30px/1 'Dashicons';
    957962                margin: -3px -5px;
    958963        }
  • src/wp-admin/css/ie.css

     
    497497}
    498498
    499499.widefat tr,
    500 .widefat th {
     500.widefat th,
     501.widefat .th {
    501502        margin-bottom: 0;
    502503        border-spacing: 0;
    503504}
    504505
    505 .widefat th input {
     506.widefat th input,
     507.widefat .th input {
    506508        margin: 0 0 0 5px;
    507509}
    508510
  • src/wp-admin/css/list-tables.css

     
    348348        border: 0 none;
    349349}
    350350
    351 #commentsdiv .comments-box thead th {
     351#commentsdiv .comments-box thead th,
     352#commentsdiv .comments-box thead .th {
    352353        background: transparent;
    353354        padding: 0 7px 4px;
    354355        font-style: italic;
     
    10381039        font-size: 14px;
    10391040}
    10401041
    1041 .plugins thead th.check-column,
    1042 .plugins tfoot th.check-column,
     1042.plugins thead .th.check-column,
     1043.plugins tfoot .th.check-column,
    10431044.plugins .inactive th.check-column {
    10441045        padding-left: 6px;
    10451046}
    10461047
    1047 #update-plugins-table thead th.check-column,
    1048 #update-plugins-table tfoot th.check-column {
     1048#update-plugins-table thead .th.check-column,
     1049#update-plugins-table tfoot .th.check-column {
    10491050        padding-top: 11px;
    10501051}
    10511052
     
    11801181}
    11811182
    11821183.plugins-php .widefat tfoot th,
     1184.plugins-php .widefat tfoot .th,
    11831185.plugins-php .widefat tfoot td {
    11841186        border-top-style: solid;
    11851187        border-top-width: 1px;
     
    11881190.plugin-update-tr .update-message {
    11891191        font-size: 13px;
    11901192        font-weight: normal;
    1191         margin: 6px 12px 12px;
    1192         padding: 6px 12px;
    11931193        margin: 0 10px 8px 31px;
     1194        padding: 6px 12px 8px 40px;
    11941195        background-color: #f7f7f7;
    11951196        background-color: rgba(0,0,0,0.03);
    11961197}
     
    12131214}
    12141215
    12151216.plugin-update-tr .update-message:before {
    1216         margin: 0 8px 0 -2px;
     1217        margin: 0 10px 0 -30px;
    12171218}
    12181219
    12191220.plugin-card .update-now:before,
     
    12591260.plugins .plugin-update-tr .plugin-update {
    12601261        padding: 0;
    12611262        border: none;
     1263        overflow: hidden;
    12621264        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    12631265        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    12641266}
     
    17661768        /* Plugin/Theme Management Page */
    17671769        .wp-list-table.plugins {
    17681770                position: relative;
    1769                 margin-top: 35px;
    1770                 margin-bottom: 50px;
     1771                margin-bottom: 15px;
    17711772        }
    17721773
    1773         .wp-list-table.plugins thead .column-description,
     1774        #wpbody-content .wp-list-table.plugins thead .column-description,
    17741775        #wpbody-content .wp-list-table.plugins tfoot .column-description,
    17751776        .wp-list-table.plugins th#description {
    17761777                display: none;
     
    17891790                width: auto;
    17901791        }
    17911792
    1792         .wp-list-table.plugins thead,
    1793         .wp-list-table.plugins tfoot {
    1794                 position: absolute;
    1795                 top: -35px;
    1796                 left: 0;
    1797                 right: 0;
    1798                 width: auto;
    1799                 height: 35px;
    1800         }
    1801 
    1802         .wp-list-table.plugins tfoot {
    1803                 bottom: -35px;
    1804                 top: auto;
    1805         }
    1806 
    18071793        .active, .inactive {
    18081794                padding-top: 0;
    18091795        }
     
    18491835                padding-left: 46px;
    18501836        }
    18511837
     1838        .wp-list-table.plugins .manage-column.column-name {
     1839                padding-top: 11px;
     1840                padding-bottom: 12px;
     1841        }
     1842
     1843        .wp-list-table.plugins .manage-column.column-name.sortable {
     1844                padding: 4px 12px 4px 36px;
     1845        }
     1846
    18521847        .wp-list-table.plugins tr {
    18531848                position: relative;
    18541849        }
    18551850
    18561851        .wp-list-table.plugins th.check-column,
     1852        .wp-list-table.plugins .th.check-column,
    18571853        .wp-list-table.plugins tr.update th.check-column {
    18581854                position: absolute;
    18591855                height: auto;
     
    18641860                padding-top: 18px;
    18651861        }
    18661862
    1867         .wp-list-table.plugins thead th.check-column,
    1868         .wp-list-table.plugins tfoot th.check-column {
     1863        .wp-list-table.plugins thead .th.check-column,
     1864        .wp-list-table.plugins tfoot .th.check-column {
    18691865                padding-left: 3px;
    18701866                padding-top: 11px;
    18711867                background: none;
     
    18761872                margin-left: 8px;
    18771873        }
    18781874
    1879         .wp-list-table.plugins .active .check-column input,
    1880         .wp-list-table.plugins .update .check-column input {
     1875        .plugins tbody th.check-column input[type="checkbox"] {
     1876                margin-top: -3px;
     1877                margin-left: 9px;
     1878        }
     1879
     1880        .plugins tbody .active th.check-column input[type="checkbox"],
     1881        .plugins tbody .active.update th.check-column input[type="checkbox"] {
    18811882                margin-left: 5px;
    18821883        }
    18831884
    18841885        .wp-list-table.plugins thead .check-column input,
    18851886        .wp-list-table.plugins tfoot .check-column input {
    1886                 margin-top: -6px;
     1887                margin-top: -2px;
     1888                margin-left: 8px;
    18871889        }
    18881890
    18891891        .wp-list-table.plugins .active th.check-column {
  • src/wp-admin/includes/class-wp-list-table.php

     
    891891                        $style = ' style="' . $style . '"';
    892892
    893893                        if ( 'cb' == $column_key )
    894                                 $class[] = 'check-column';
     894                                $class[] = 'th check-column';
    895895                        elseif ( in_array( $column_key, array( 'posts', 'comments', 'links' ) ) )
    896896                                $class[] = 'num';
    897897
     
    911911                                $column_display_name = '<a href="' . esc_url( add_query_arg( compact( 'orderby', 'order' ), $current_url ) ) . '"><span>' . $column_display_name . '</span><span class="sorting-indicator"></span></a>';
    912912                        }
    913913
     914                        $tag = 'cb' == $column_key ? 'td' : 'th';
     915                        $scope = $tag === 'th' ? 'scope="col"' : '';
    914916                        $id = $with_id ? "id='$column_key'" : '';
    915917
    916918                        if ( !empty( $class ) )
    917919                                $class = "class='" . join( ' ', $class ) . "'";
    918920
    919                         echo "<th scope='col' $id $class $style>$column_display_name</th>";
     921                        echo "<$tag $scope $id $class $style>$column_display_name</$tag>";
    920922                }
    921923        }
    922924