Make WordPress Core

Ticket #31654: 31654.5.patch

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

     
    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}
     
    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;
     
    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
     
    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
     
    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
     
    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

     
    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

     
    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

     
    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;
     
    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
     
    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;
     
    11861188.plugin-update-tr .update-message {
    11871189        font-size: 13px;
    11881190        font-weight: normal;
    1189         margin: 6px 12px 12px;
    1190         padding: 6px 12px;
    11911191        margin: 0 10px 8px 31px;
     1192        padding: 6px 12px 8px 40px;
    11921193        background-color: #f7f7f7;
    11931194        background-color: rgba(0,0,0,0.03);
    11941195}
     
    12111212}
    12121213
    12131214.plugin-update-tr .update-message:before {
    1214         margin: 0 8px 0 -2px;
     1215        margin: 0 10px 0 -30px;
    12151216}
    12161217
    12171218.plugin-card .update-now:before,
     
    12571258.plugins .plugin-update {
    12581259        padding: 0;
    12591260        border: none;
     1261        overflow: hidden;
    12601262        -webkit-box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    12611263        box-shadow: inset 0 -1px 0 rgba(0,0,0,0.1);
    12621264}
     
    17541756        /* Plugin/Theme Management Page */
    17551757        .wp-list-table.plugins {
    17561758                position: relative;
    1757                 margin-top: 35px;
    1758                 margin-bottom: 50px;
     1759                margin-bottom: 15px;
    17591760        }
    17601761
    1761         .wp-list-table.plugins thead .column-description,
     1762        #wpbody-content .wp-list-table.plugins thead .column-description,
    17621763        #wpbody-content .wp-list-table.plugins tfoot .column-description,
    17631764        .wp-list-table.plugins th#description {
    17641765                display: none;
     
    17771778                width: auto;
    17781779        }
    17791780
    1780         .wp-list-table.plugins thead,
    1781         .wp-list-table.plugins tfoot {
    1782                 position: absolute;
    1783                 top: -35px;
    1784                 left: 0;
    1785                 right: 0;
    1786                 width: auto;
    1787                 height: 35px;
    1788         }
    1789 
    1790         .wp-list-table.plugins tfoot {
    1791                 bottom: -35px;
    1792                 top: auto;
    1793         }
    1794 
    17951781        .active, .inactive {
    17961782                padding-top: 0;
    17971783        }
     
    18371823                padding-left: 46px;
    18381824        }
    18391825
     1826        .wp-list-table.plugins .manage-column.column-name {
     1827                padding-top: 11px;
     1828                padding-bottom: 12px;
     1829        }
     1830
    18401831        .wp-list-table.plugins tr {
    18411832                position: relative;
    18421833        }
    18431834
    18441835        .wp-list-table.plugins th.check-column,
     1836        .wp-list-table.plugins .th.check-column,
    18451837        .wp-list-table.plugins tr.update th.check-column {
    18461838                position: absolute;
    18471839                height: auto;
     
    18521844                padding-top: 18px;
    18531845        }
    18541846
    1855         .wp-list-table.plugins thead th.check-column,
    1856         .wp-list-table.plugins tfoot th.check-column {
     1847        .wp-list-table.plugins thead .th.check-column,
     1848        .wp-list-table.plugins tfoot .th.check-column {
    18571849                padding-left: 3px;
    18581850                padding-top: 11px;
    18591851                background: none;
     
    18641856                margin-left: 8px;
    18651857        }
    18661858
    1867         .wp-list-table.plugins .active .check-column input,
    1868         .wp-list-table.plugins .update .check-column input {
     1859        .plugins tbody th.check-column input[type="checkbox"] {
     1860                margin-top: -3px;
     1861                margin-left: 9px;
     1862        }
     1863
     1864        .plugins tbody .active th.check-column input[type="checkbox"],
     1865        .plugins tbody .active.update th.check-column input[type="checkbox"] {
    18691866                margin-left: 5px;
    18701867        }
    18711868
    18721869        .wp-list-table.plugins thead .check-column input,
    18731870        .wp-list-table.plugins tfoot .check-column input {
    1874                 margin-top: -6px;
     1871                margin-top: -2px;
     1872                margin-left: 8px;
    18751873        }
    18761874
    18771875        .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