when modules add their own style to adjust some elements they get overrode by Seven's reset.css
for instance dblog module lose the filter's select widget styling (which I found testing a patch for dblog #582622-26: provide hook for dblog_filters)

Comments

RobLoach’s picture

That's because Seven neglects to implement base.css. It resets everything to 0, but then it doesn't push it back to a solid standard.

arhak’s picture

Title: reset.css dismisses module's css » style.css dismisses module's css
Status: Active » Closed (fixed)

damn! forget the above

I was now writing a detailed report with screenshots and found that what I thought was reset.css getting over dblog.css was actually style.css having a narrower selector div.form-item which resulted narrowed because a missed #dblog-filter-form fragment on dblog.css selector once patched
it means, the patch introduced a CSS issue (bug) which reflect with Seven but not with Garland

thanks to Seven for having reset.css allowing this kind of flaws to pop up

arhak’s picture