Make WordPress Core

Ticket #16047: posts-post-table-columns.patch

File posts-post-table-columns.patch, 716 bytes (added by azaozz, 12 years ago)
  • wp-admin/css/wp-admin.css

     
    24242424
    24252425.fixed .column-date,
    24262426.fixed .column-parent,
    2427 .fixed .column-links {
     2427.fixed .column-links,
     2428.fixed .column-format,
     2429.fixed .column-author {
    24282430        width: 10%;
    24292431}
    24302432
     2433.fixed .column-categories,
     2434.fixed .column-tags {
     2435        width: 12.5%;
     2436}
     2437
    24312438.fixed .column-response,
    2432 .fixed .column-author,
    2433 .fixed .column-categories,
    2434 .fixed .column-tags,
    24352439.fixed .column-rel,
    24362440.fixed .column-role {
    24372441        width: 15%;
    24382442}
    24392443
    24402444.fixed .column-comments {
    2441         width: 4em;
     2445        width: 3em;
    24422446        padding: 8px 0;
    24432447        text-align: left;
    24442448}