Make WordPress Core

Ticket #15993: 15993.5.patch

File 15993.5.patch, 835 bytes (added by SergeyBiryukov, 12 years ago)
  • wp-admin/css/wp-admin.dev.css

     
    23072307        height: 4px;
    23082308        margin-top: 8px;
    23092309        margin-left: 7px;
     2310        position: absolute;
    23102311        background-image: url(../images/sort.gif);
    23112312        background-repeat: no-repeat;
    23122313}
     
    23242325th.sorted a {
    23252326        display: block;
    23262327        overflow: hidden;
     2328        position: relative;
    23272329        padding: 7px 7px 8px;
    23282330}
    23292331
     
    23402342
    23412343th.sorted.asc .sorting-indicator,
    23422344th.desc:hover span.sorting-indicator {
    2343         display: block;
     2345        display: inline;
    23442346        background-position: 0 0;
    23452347}
    23462348
    23472349th.sorted.desc .sorting-indicator,
    23482350th.asc:hover span.sorting-indicator {
    2349         display: block;
     2351        display: inline;
    23502352        background-position: -7px 0;
    23512353}
    23522354