jQuery UI Widgets Forums Grid header height

This topic contains 2 replies, has 2 voices, and was last updated by  pyrobel 12 years, 2 months ago.

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • header height #17073

    pyrobel
    Participant

    Helle,

    Is it possible to change the high of the header in a grid ?

    I tried with jqx-grid-header css properties, not working …

    Thanks for your help,

    regards

    header height #17077

    Dimitar
    Participant

    Hello pyrobel,

    Add the following style to your page:

        <style type="text/css">
    .jqx-grid-header
    {
    height: 50px !important;
    }
    </style>

    Best Regards,
    Dimitar

    jQWidgets team
    http://www.jqwidgets.com/

    header height #17081

    pyrobel
    Participant

    thanks! its working…
    I forgot !important

    sory!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.