The CSS is missing from the package but it is in your demo site.

Changed only to hide the *first* fieldset's legend directly after the fieldset, as there might be other fieldsets/legends in the tab.

/* Hide fielset's first legends -- context is given by tab */
.vertical-tabs fieldset.vertical-tabs-fieldset > legend {
  display: none;
}

Comments

quicksketch’s picture

Status: Needs review » Needs work

This is a good idea, but we need to modify the markup so that we can use CSS that works in IE, since it doesn't support the ">" child selector.

quicksketch’s picture

Status: Needs work » Fixed

The original CSS that caused this problem has been removed from Vertical Tabs. The first Fieldset Legend is now removed from the DOM and the CSS of other legends is left unaffected.

Status: Fixed » Closed (fixed)

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