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

hass - October 3, 2009 - 10:42
Status:active» needs review

Patch attached with removed DIV

AttachmentSizeStatusTest resultOperations
vertical_tabs_missing_description_margin-D6.patch655 bytesIgnoredNoneNone

#2

Dave Reid - November 27, 2009 - 16:39

Can you post screenshots before and after please?

#3

hass - November 28, 2009 - 00:17

See attached

AttachmentSizeStatusTest resultOperations
vertitcal_tabs_without_fix.png15.98 KBIgnoredNoneNone
vertitcal_tabs_after_fix.png12.28 KBIgnoredNoneNone

#4

Dave Reid - November 28, 2009 - 23:28
Project:Vertical Tabs» Drupal
Version:6.x-1.x-dev» 7.x-dev
Component:User interface» Garland theme
Issue tags:+vertical tabs

Just synced the D7 CSS with the backport module's CSS, so I think we need to bring this to core first then backport.

 
 

Drupal is a registered trademark of Dries Buytaert.