Make WordPress Core

Ticket #26796: 26796.2.diff

File 26796.2.diff, 1.7 KB (added by kirasong, 11 years ago)

Refreshed after CSS splitting funtimes

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

    diff --git src/wp-admin/css/edit.css src/wp-admin/css/edit.css
    index 45a8a8f..9fdab53 100644
    td.plugin-title p { 
    398398#post-body #visibility:before,
    399399.curtime #timestamp:before,
    400400#post-body .misc-pub-revisions:before,
    401 span.wp-media-buttons-icon:before {
     401span.wp-media-buttons-icon:before,
     402tr.wp-locked .locked-indicator:before {
    402403        color: #888;
    403404}
    404405
  • src/wp-admin/css/list-tables.css

    diff --git src/wp-admin/css/list-tables.css src/wp-admin/css/list-tables.css
    index 22aa1cf..f1e2329 100644
    th.asc:hover span.sorting-indicator:before { 
    406406}
    407407
    408408tr.wp-locked .locked-indicator {
    409         background: url(../images/lock.png) no-repeat;
    410         margin: -2px 0 0 6px;
     409        margin-left: 6px;
    411410        height: 20px;
    412411        width: 16px;
    413412}
    414413
     414tr.wp-locked .locked-indicator:before {
     415        content: '\f160';
     416        display: inline-block;
     417        float: left;
     418        font: normal 20px/1 'dashicons';
     419        speak: none;
     420        vertical-align: middle;
     421        margin-left: 0;
     422        -webkit-font-smoothing: antialiased;
     423        -moz-osx-font-smoothing: grayscale;
     424}
     425
    415426tr.wp-locked .check-column label,
    416427tr.wp-locked .check-column input[type="checkbox"],
    417428tr.wp-locked .row-actions .inline,
    tr.active + tr.plugin-update-tr .plugin-update .update-message { 
    12131224/**
    12141225 * HiDPI Displays
    12151226 */
    1216 @media print,
    1217   (-o-min-device-pixel-ratio: 5/4),
    1218   (-webkit-min-device-pixel-ratio: 1.25),
    1219   (min-resolution: 120dpi) {
    1220         tr.wp-locked .locked-indicator {
    1221                 background-image: url(../images/lock-2x.png);
    1222                 -webkit-background-size: 16px 16px;
    1223                 background-size: 16px 16px;
    1224         }
    1225 }
    1226 
    12271227@media screen and ( max-width: 782px ) {
    12281228        /* WP List Table Options & Filters */
    12291229        .tablenav {