Make WordPress Core

Ticket #15580: padding.15580.diff

File padding.15580.diff, 1.1 KB (added by scribu, 14 years ago)

CSS tweaks

  • wp-admin/css/wp-admin.dev.css

    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
    Cannot display: file marked as a binary type.
    svn:mime-type = application/octet-stream
     
    13761376
    13771377.sorting-indicator {
    13781378        display: none;
    1379         width: 21px;
     1379        width: 7px;
    13801380        height: 4px;
    13811381        margin-top: 5px;
     1382        margin-left: 7px;
    13821383}
     1384.fixed .column-comments .sorting-indicator {
     1385        margin-top: 3px;
     1386}
     1387.widefat th.sortable,
     1388.widefat th.sorted {
     1389        padding: 0;
     1390}
    13831391th.sortable a,
    13841392th.sorted a {
    13851393        display: block;
    13861394        overflow: hidden;
     1395        padding: 7px 7px 8px;
    13871396}
     1397.fixed .column-comments.sortable a,
     1398.fixed .column-comments.sorted a {
     1399        padding: 8px 0;
     1400}
    13881401th.sortable a span,
    13891402th.sorted a span {
    13901403        float: left;