We ran into this issue with file fields a while back. http://drupal.org/node/1220800 The same issue is effecting date fields and after some quick testing including the the datetime field type class in with the others seems to work fine.

.vertical-tabs fieldset.default-fallback,
div.field-group-tabs-wrapper div.field-type-image fieldset,
div.field-group-tabs-wrapper div.field-type-file fieldset,
div.field-group-tabs-wrapper div.field-type-datetime fieldset {
   border: 1px solid #CCCCCC;
   margin: 1em 0;
   padding: 2.5em 0 0;
   position: relative;
}

div.field-group-tabs-wrapper div.field-type-image legend,
div.field-group-tabs-wrapper div.field-type-file legend,
div.field-group-tabs-wrapper div.field-type-datetime legend,
.vertical-tabs .field-group-fieldset legend {
  display: block;
}

Comments

Stalski’s picture

Status: Active » Fixed

Fair enough. Pushed to git (both branches)

Status: Fixed » Closed (fixed)

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

Anonymous’s picture

Issue summary: View changes

Adding link to original file field issue.