On line 19 of fieldgroup.css is the following line:

.ui-accordion h3, .ui-accordion h3.ui-state-active {
padding-left: 2em;
}

That makes it affect all accordions in the site, rather than those in node/admin forms.

Can I humbly suggest the following

form .ui-accordion h3, form .ui-accordion h3.ui-state-active {
padding-left: 2em;
}

Which at least restricts it to forms, rather than front end ui elements.

Comments

Stalski’s picture

Status: Active » Closed (fixed)

good point, committed.