Missing margin-top/bottom on descriptions
hass - June 20, 2009 - 15:32
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | Garland theme |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
| Issue tags: | vertical tabs |
Description
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;
}
#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.