jQuery UI ThemeRoller - top column headers font-weight

jQuery UI ThemeRoller - top column headers font-weight

ltdetaltdeta Posts: 23Questions: 9Answers: 0

Hallo datatablers,
i am using the new method for theme roller (smothless) with "Zero configuration"
the column headers top and bottom have not the same font-weight

screenshot

This question has an accepted answers - jump to answer

Answers

  • allanallan Posts: 62,858Questions: 1Answers: 10,344 Site admin

    Can you link to the page so we can debug the issue please?

    Allan

  • ltdetaltdeta Posts: 23Questions: 9Answers: 0

    sorry, the page is a intranet project with no access to the internet :(

  • allanallan Posts: 62,858Questions: 1Answers: 10,344 Site admin

    I'm afraid there is little help I can offer in that case. I would suggest using the Inspector tools in your browser you take a look and see what is defining the styles for the header and footer.

    Allan

  • ltdetaltdeta Posts: 23Questions: 9Answers: 0

    full html of thead and tfoot Head-Foot

    <THEAD><TR role=row>
    <TH style="WIDTH: 256px" class="sorting ui-state-default sorting_asc" ...>
    
    <TFOOT><TR>
     <TH class="sorting ui-state-default sorting_asc" ....>
    
  • allanallan Posts: 62,858Questions: 1Answers: 10,344 Site admin
    Answer ✓

    Its the CSS that is applied to the elements that you would need to debug. As I say, use the inspector tools in your browser.

    Allan

  • ltdetaltdeta Posts: 23Questions: 9Answers: 0
    edited January 2015

    i found the problem (inspecting the style-format)
    caused by a old "style.css" font settings for div's global.
    know it works !

    thanks

This discussion has been closed.