I successfully use a css class tag (entered in the pane's CSS properties dialog) in my panes to further enhance them, but this module doesn't seem to output the pane's css class tag in the output (see screenshot).

Comments

Vote_Sizing_Steve’s picture

StatusFileSize
new328.6 KB

Forgot the attachment. Great module! ... by the way.

beltofte’s picture

Assigned: Unassigned » beltofte
cesareaugusto’s picture

I got the very same issue. No pane custom CSS properties output in the HTML tag. Anynews whether it will be fixed soon?

phayes’s picture

Yup, we're seeing this too. We should be adding all classes to the containing div. Might be useful to look at other style plugins to see what they are doing to add these classes.

Simmol’s picture

Status: Active » Needs review
StatusFileSize
new1.58 KB

I found this bug today in one of our projects. And i think i found a good solution.
So i made a patch

The patch just pass the pane to the theme_panels_style_collapsible then we modify the theme function to add css_id and css_style if provided to the main pane div

Hope it will be useful for others too

beltofte’s picture

Status: Needs review » Closed (fixed)

Thanks Simmol for the patch :-) Made some small changes and comitted it.