• Resolved peterwsterling

    (@peterwsterling)


    Suggest a slight revision to the colin sizing in admin_header() – two reasons for this: the column user_role is missing from the existing definitions, and it’s nice to see more of the data field. 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%; }’;

    http://ww.wp.xz.cn/plugins/simple-login-log/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Log Column Sizing’ is closed to new replies.