Revealed in #730754-8: CSS coding standards: No !important in core/contrib modules, ONLY IN THEMES

The html.js CSS selector

- should mainly be used to enable/disable elements depending on whether JS is enabled or not

- should NOT be used to style them entirely different. (unless we talk about vertical tabs :P)

This patch cleans up fieldset styling even more.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

aspilicious’s picture

i'll test this

aspilicious’s picture

FileSize
162.47 KB

Can you add some space between a button and the fieldset when collapsed?

sun’s picture

Thanks for testing! That revealed yet another ugliness. Now fixed :)

aspilicious’s picture

Can someone give an IE6 review?

I'll do the rest :)

aspilicious’s picture

FileSize
236.94 KB

First layout issue that hits my eye...

Dunno if it's related with this patch.
But I see the add shortcut button for a second on the wrong place in ff 3.5.8
After that one milisecond it's gone

Same issue in opera 10.50

sun’s picture

That's unrelated to this patch, as this patch only changes CSS for fieldsets.

I've tested IE6 in all themes and there is no difference between before and after this patch.

aspilicious’s picture

Status: Needs review » Reviewed & tested by the community

I'll open issues for those other problems.
This one is rtbc.

casey’s picture

casey’s picture

Can we get a commit here? Those CSS issues needs full re-reviewing in all browsers when things change in between.

Still looking good though.

Jacine’s picture

RTBC + 1

aspilicious’s picture

+2 :p

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD.

Status: Fixed » Closed (fixed)

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