Ticket #16047: posts-post-table-columns.patch
File posts-post-table-columns.patch, 716 bytes (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
2424 2424 2425 2425 .fixed .column-date, 2426 2426 .fixed .column-parent, 2427 .fixed .column-links { 2427 .fixed .column-links, 2428 .fixed .column-format, 2429 .fixed .column-author { 2428 2430 width: 10%; 2429 2431 } 2430 2432 2433 .fixed .column-categories, 2434 .fixed .column-tags { 2435 width: 12.5%; 2436 } 2437 2431 2438 .fixed .column-response, 2432 .fixed .column-author,2433 .fixed .column-categories,2434 .fixed .column-tags,2435 2439 .fixed .column-rel, 2436 2440 .fixed .column-role { 2437 2441 width: 15%; 2438 2442 } 2439 2443 2440 2444 .fixed .column-comments { 2441 width: 4em;2445 width: 3em; 2442 2446 padding: 8px 0; 2443 2447 text-align: left; 2444 2448 }