Make WordPress Core

Ticket #33009: list-tables.diff

File list-tables.diff, 439 bytes (added by mignonstyle, 8 years ago)

I set the width of the [Count] column to 15% instead of fixed.

  • list-tables.css

     
    316316}
    317317
    318318.fixed .column-posts {
    319         width: 74px;
     319        width: 15%;
    320320}
    321321
    322322.fixed .column-comment .comment-author {
     
    618618        padding: 8px 0;
    619619}
    620620
     621.fixed .column-posts a span {
     622        width: 100%;
     623}
     624
    621625th.sortable a span,
    622626th.sorted a span {
    623627        float: left;