jQuery UI Widgets Forums Dialogs and Notifications Window closeButtonSize window

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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
  • closeButtonSize window #15207

    spirit
    Participant

    Hello,

    I would like to have a slightly bigger close button on the window but even though i set it to 100 the icon doesnt get bigger it;s just moved to the left. IS there another way to do it?

    Thank you!

    closeButtonSize window #15234

    Dimitar
    Participant

    Hello spirit,

    To modify the size of the close button, you should modify the width and height of the class jqx-window-close-button-background and optionally resize the image of the close button, named close.png.

    Best Regards,
    Dimitar

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

    closeButtonSize window #15257

    spirit
    Participant

    Hi!

    Thank you for the reply! It did work but i had to do both changes.

    <style type="text/css">
    .jqx-window-close-button-background
    {
    width: 35px !important;
    height: 35px !important;
    }
    </style>

    I tried the above first but it didnt work, then i resized the image as well and it worked

    Thanx!

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

You must be logged in to reply to this topic.