The mailhandler module is adding it's CSS to every single page in hook_init. It should be more conditional. Additionally, the CSS contains a definition for div.email which is way to broad and is very likely to collide with other modules or themes.

Comments

danepowell’s picture

I can't find anywhere in the module where div.email is even rendered... if that's the case, what's the need for the CSS file? Checking CVS, it looks like maybe this is a relic from an older branch?

Ian Ward’s picture

Status: Active » Fixed

Thanks koshea for the report and Dane for the review. I removed the CSS inclusion and deleted the CSS file. Committed.

Status: Fixed » Closed (fixed)

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