Make WordPress Core

Ticket #15993: 15993.2.patch

File 15993.2.patch, 956 bytes (added by SergeyBiryukov, 14 years ago)
  • wp-admin/css/wp-admin.dev.css

     
    22772277        height: 4px;
    22782278        margin-top: 8px;
    22792279        margin-left: 7px;
     2280        position: absolute;
    22802281        background-image: url(../images/sort.gif);
    22812282        background-repeat: no-repeat;
    22822283}
     
    22852286        margin-top: 3px;
    22862287}
    22872288
    2288 .widefat th.sortable,
    2289 .widefat th.sorted {
    2290         padding: 0;
    2291 }
    2292 
    22932289th.sortable a,
    22942290th.sorted a {
    22952291        display: block;
    22962292        overflow: hidden;
    2297         padding: 7px 7px 8px;
    22982293}
    22992294
    23002295.fixed .column-comments.sortable a,
     
    23102305
    23112306th.sorted.asc .sorting-indicator,
    23122307th.desc:hover span.sorting-indicator {
    2313         display: block;
     2308        display: inline;
    23142309        background-position: 0 0;
    23152310}
    23162311
    23172312th.sorted.desc .sorting-indicator,
    23182313th.asc:hover span.sorting-indicator {
    2319         display: block;
     2314        display: inline;
    23202315        background-position: -7px 0;
    23212316}
    23222317