Make WordPress Core

Ticket #31654: 31654.4.diff

File 31654.4.diff, 6.0 KB (added by valendesigns, 10 years ago)
  • src/wp-admin/css/common.css

    diff --git src/wp-admin/css/common.css src/wp-admin/css/common.css
    index 6a1e9d7..7f3b871 100644
    code { 
    468468        padding: 8px 10px;
    469469}
    470470
    471 .widefat thead th {
     471.widefat thead th,
     472.widefat thead .th {
    472473        border-bottom: 1px solid #e1e1e1;
    473474}
    474475
    475 .widefat tfoot th {
     476.widefat tfoot th,
     477.widefat tfoot .th {
    476478        border-top: 1px solid #e1e1e1;
    477479        border-bottom: none;
    478480}
    code { 
    493495        line-height: 1.5em;
    494496}
    495497
    496 .widefat th {
     498.widefat th,
     499.widefat .th {
    497500        text-align: left;
    498501        line-height: 1.3em;
    499502        font-size: 14px;
    500503}
    501504
    502 .widefat th input {
     505.widefat th input,
     506.widefat .th input {
    503507        margin: 0 0 0 8px;
    504508        padding: 0;
    505509        vertical-align: text-top;
    code { 
    511515        vertical-align: top;
    512516}
    513517
    514 .widefat th input[type=checkbox] {
     518.widefat th input[type=checkbox],
     519.widefat .th input[type=checkbox] {
    515520        margin-top: -1px;
    516521}
    517522
    code { 
    523528        padding-top: 8px;
    524529}
    525530
    526 .widefat thead th.check-column,
     531.widefat thead .th.check-column,
    527532.widefat tbody th.check-column,
    528 .widefat tfoot th.check-column {
     533.widefat tfoot .th.check-column {
    529534        padding: 11px 0 0 3px;
    530535}
    531536
    532 .widefat thead th.check-column {
     537.widefat thead .th.check-column {
    533538        padding-top: 10px;
    534539}
    535540
    img.emoji { 
    709714.side-info,
    710715#your-profile #rich_editing,
    711716.widefat thead th,
    712 .widefat tfoot th {
     717.widefat thead .th,
     718.widefat tfoot th,
     719.widefat tfoot .th {
    713720        line-height: 1.4em;
    714721}
    715722
    html.wp-toolbar { 
    16601667        color: #555;
    16611668}
    16621669
    1663 .widefat th {
     1670.widefat th,
     1671.widefat .th {
    16641672        font-weight: normal;
    16651673}
    16661674
    16671675.widefat thead tr th,
    1668 .widefat tfoot tr th {
     1676.widefat thead tr .th,
     1677.widefat tfoot tr th,
     1678.widefat tfoot tr .th {
    16691679        color: #32373c;
    16701680}
    16711681
  • src/wp-admin/css/forms.css

    diff --git src/wp-admin/css/forms.css src/wp-admin/css/forms.css
    index 19ff006..59ec37f 100644
    table.form-table td .updated p { 
    892892                padding-top: 10px;
    893893        }
    894894
    895         input[type="checkbox"], .widefat th input[type="checkbox"] {
     895        input[type="checkbox"],
     896        .widefat th input[type="checkbox"],
     897        .widefat .th input[type="checkbox"] {
    896898                -webkit-appearance: none;
    897899                padding: 10px;
    898900        }
    899901
    900         .widefat th input[type="checkbox"] {
     902        .widefat th input[type="checkbox"],
     903        .widefat .th input[type="checkbox"] {
    901904                margin-bottom: 8px;
    902905        }
    903906
    904         input[type="checkbox"]:checked:before, .widefat th input[type="checkbox"]:before {
     907        input[type="checkbox"]:checked:before,
     908        .widefat th input[type="checkbox"]:before,
     909        .widefat .th input[type="checkbox"]:before {
    905910                font: normal 30px/1 'Dashicons';
    906911                margin: -3px -5px;
    907912        }
  • src/wp-admin/css/ie.css

    diff --git src/wp-admin/css/ie.css src/wp-admin/css/ie.css
    index c49f576..481c86f 100644
    table.ie-fixed { 
    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

    diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
    index 09514f3..6c64bf9 100644
    table.fixed { 
    353353        border: 0 none;
    354354}
    355355
    356 #commentsdiv .comments-box thead th {
     356#commentsdiv .comments-box thead th,
     357#commentsdiv .comments-box thead .th {
    357358        background: transparent;
    358359        padding: 0 7px 4px;
    359360        font-style: italic;
    ul.cat-checklist { 
    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
    tr.active.update + tr.plugin-update-tr .plugin-update { 
    11781179}
    11791180
    11801181.plugins-php .widefat tfoot th,
     1182.plugins-php .widefat tfoot .th,
    11811183.plugins-php .widefat tfoot td {
    11821184        border-top-style: solid;
    11831185        border-top-width: 1px;
    div.action-links, 
    18421844        }
    18431845
    18441846        .wp-list-table.plugins th.check-column,
     1847        .wp-list-table.plugins .th.check-column,
    18451848        .wp-list-table.plugins tr.update th.check-column {
    18461849                position: absolute;
    18471850                height: auto;
    div.action-links, 
    18521855                padding-top: 18px;
    18531856        }
    18541857
    1855         .wp-list-table.plugins thead th.check-column,
    1856         .wp-list-table.plugins tfoot th.check-column {
     1858        .wp-list-table.plugins thead .th.check-column,
     1859        .wp-list-table.plugins tfoot .th.check-column {
    18571860                padding-left: 3px;
    18581861                padding-top: 11px;
    18591862                background: none;
    div.action-links, 
    18721875        .wp-list-table.plugins thead .check-column input,
    18731876        .wp-list-table.plugins tfoot .check-column input {
    18741877                margin-top: -6px;
     1878                margin-left: 7px;
    18751879        }
    18761880
    18771881        .wp-list-table.plugins .active th.check-column {
  • src/wp-admin/includes/class-wp-list-table.php

    diff --git src/wp-admin/includes/class-wp-list-table.php src/wp-admin/includes/class-wp-list-table.php
    index aae3d69..562b09f 100644
    class WP_List_Table { 
    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
    class WP_List_Table { 
    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