• Resolved JS Morisset

    (@jsmoriss)


    When viewing the ticket list, the TH and TD cells do not have any classes assigned, so we cannot add CSS to manage columns in the ticket list (like min-width, for example). Would it be possible to add classes to the TH and TD cells?

    Thanks,

    js.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Nikhil G

    (@nsgawli)

    Hello,

    Thank you for your suggestion. Classes/ids will be added to TH/TD in future version of the plugin.

    Thread Starter JS Morisset

    (@jsmoriss)

    Right now, the best I could do is:

    
    #content .bootstrap-iso table#tbl_wpsc_ticket_list td {
            white-space:normal;
    }
    
    #content .bootstrap-iso table#tbl_wpsc_ticket_list td span.wpsp_admin_label {
            white-space:nowrap;
    }
    

    And on the admin side:

    
    #wpbody-content .bootstrap-iso table#tbl_wpsc_ticket_list td {
            white-space:normal;
    }
    
    #wpbody-content .bootstrap-iso table#tbl_wpsc_ticket_list td span.wpsp_admin_label {
            white-space:nowrap;
    }
    

    I’d like to make the Subject column a bit wider, but that’s not possible right now without a class for that table cell.

    js.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Could you add classes to ticket list TH / TD?’ is closed to new replies.