Posted by hass on June 20, 2009 at 3:32pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | Garland theme |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (fixed) |
| Issue tags: | vertical tabs |
Issue Summary
This CSS declaration seems missing for fieldset description's. The below makes sure that top spacing is correct if a fieldset description is shown on top of a vertical tab.
div.vertical-tabs .vertical-tabs-panes fieldset.vertical-tabs-pane div.description {
margin-bottom: 1em;
margin-top: 1em;
}
Comments
#1
Patch attached with removed DIV
#2
Can you post screenshots before and after please?
#3
See attached
#4
Just synced the D7 CSS with the backport module's CSS, so I think we need to bring this to core first then backport.
#5
Since the creation of this issue, I think the margins have been improved. I vote to mark this issue as fixed.
#6
Double-checked the formatting, while this specific approach has not bee followed, margins are applied to fieldsets that make the formatting of this element better.
#7
Automatically closed -- issue fixed for 2 weeks with no activity.