Closed (fixed)
Project:
Field Group
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
15 Dec 2010 at 19:59 UTC
Updated:
22 Dec 2010 at 22:22 UTC
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
Comment #1
Stalski commentedgood point, committed.