Good module, but still need some improvements:

  • CSS:
    ul.vertical-tabs-list{
     list-style-type: none !important; 
     padding: 0 !important;
    }
    .vertical-tabs-list a, 
    .vertical-tabs-list .selected a{
     text-decoration: none !important;
    }
    

    should be included in module CSS to avoid displaying list bullets on tabs.

  • If a group isn't collapsible, group tabs is shown but clicking it doesn't display group content.
  • Form weight seems ignored (authoring options is displayed before a -5 group).

Comments

chirale’s picture

And on node/xxx/edit form isn't displayed, appearing only on node/add.

quicksketch’s picture

Status: Active » Fixed

I've add these CSS changes, but without the !important. The specificity of the classes should be enough to prevent other things from overriding it, and if the theme does specifically override it, they shouldn't need to use !important. We'll handle the other problems in separate issues.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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