The module works perfect if "Aggregate and compress CSS files" is not checked, but if it is there is a "Edit CSS" that shows up at the bottom of the page. When you click this is splits the screen with the right side being blank.

Thanks!

Comments

guybedford’s picture

Status: Active » Fixed

Sure, I've disabled the module in this case. It's on the 7.x dev release.

guybedford’s picture

Status: Fixed » Closed (fixed)
agoradesign’s picture

Status: Closed (fixed) » Needs review
StatusFileSize
new537 bytes

Sorry, that I have to reopen this, but I experienced the same issue, and there exists a bug! In hook_init(), the call to drupal_add_css() is ancient, using the parameters accepted by D6 and below. In D7 the method signature has changed. Correcting this also fixes the issue with CSS aggregation!

guybedford’s picture

Status: Needs review » Closed (fixed)

Thanks - I've added this to the latest release.