Support for HTML w/ ThemeRoller

Support for HTML w/ ThemeRoller

EvanCarrollEvanCarroll Posts: 7Questions: 1Answers: 0
edited July 2010 in Bug reports
Currently ThemeRoller support excludes HTML it would be nice if this wasn't so. The search box sits above the caption, and is styled. Then there is a caption unstyled with a white background, immediately below it begins the table.

The caption shouldn't stylistically break the widget into two components: the search, and table. It should all appear like one widget in the examples.

Replies

  • allanallan Posts: 61,439Questions: 1Answers: 10,053 Site admin
    You could just add a class such as

    [code]
    class="fg-toolbar ui-widget-header"
    [/code]
    to the caption tag. That would probably take care of it - it might need a little adjustment to make it fully fit inline! It depends on the styling that works for the site.

    Regards,
    Allan
This discussion has been closed.