Log Column Sizing
-
Suggest a slight revision to the colin sizing in
admin_header()– two reasons for this: the columnuser_roleis missing from the existing definitions, and it’s nice to see more of the datafield. Suggestions are [the full set should always sum to 100% (or less)]:echo ‘.wp-list-table .column-id { width: 2%; }’;
echo ‘.wp-list-table .column-uid { width: 8%; }’;
echo ‘.wp-list-table .column-user_login { width: 8%; }’;
echo ‘.wp-list-table .column-user_role { width: 10%; }’;
echo ‘.wp-list-table .column-name { width: 12%; }’;
echo ‘.wp-list-table .column-time { width: 14%; }’;
echo ‘.wp-list-table .column-ip { width: 10%; }’;
echo ‘.wp-list-table .column-login_result { width: 8%; }’;
echo ‘.wp-list-table .column-data { width: 28%; }’;
The topic ‘Log Column Sizing’ is closed to new replies.