I've noticed that the 7.xx version suffers from broken CSS once the CSS consolidation is enabled in Drupal configuration. It would appear that the breakage is due to differences between D6 and D7 CSS API that are not accommodated in the current 7.xx dev version.

Attached to this message is a patch that replaces D6 CSS API calls with D7 counterparts and, apparently, addresses the broken CSS issue.

Thank you,
Hovhannes

CommentFileSizeAuthor
formblock_css_fix.diff2.05 KBhtumanyan
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

bryancasler’s picture

subscribe

bryancasler’s picture

bump

mikey_p’s picture

Status: Active » Fixed

I fixed this, but I ended up changing things around a bit so that all the forms not use #attached so that CSS will still be added correctly when they are cached.

Automatically closed -- issue fixed for 2 weeks with no activity.