Featured region should not extend the full width.

Somewhere along the way the div.section inner was removed and the section and clearfix classes applied to the div#featured container - this is wrong because then there is no inner wrapper to contain the width (in layout.css it is set to 960px).

The patch reinstates the .section inner DIV and adjusts the padding on #featured which also looks wrong (the padding top is huge, way to big when you add the margin/padding etc applied to block content).

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

tim.plunkett’s picture

Status: Active » Needs review

Ugh. The differences between having #main-wrapper > #main and #featured > .section and #footer-wrapper > .section > #footer are confusing and seemingly arbitrary.

That said, this patch does fix the regression, and should go through.

Jeff Burnz’s picture

Issue tags: +Needs design review

Agreed, the markup needs a good cleanup - there's a couple of other patches floating in the queue that try to get rid of some of the redundant section DIV's.

Needs an RTBC, maybe Jen should see it first because it adjusts the padding, which I am sure used to be more like I have it now.

Jeff Burnz’s picture

bartik-fix-featured-region.patch queued for re-testing.

reglogge’s picture

Status: Needs review » Reviewed & tested by the community

This is long overdue and entirely correct.

Jeff Burnz’s picture

Yep, and just as a side note Jen mentioned about this briefly to me at CPH DC, so she is well aware of the regression needing to be fixed - this should go through as its really ugly in its current state.

Jeff Burnz’s picture

bartik-fix-featured-region.patch queued for re-testing.

tim.plunkett’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
1.31 KB

Another re-roll because of #660614: Remove #block-system-main dependency, fix font sizes, remove crufty CSS.
No actual changes, wait for green then commit.

reglogge’s picture

Status: Needs review » Reviewed & tested by the community

and green it is...

Dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to CVS HEAD. Thanks.

Jeff Burnz’s picture

Awesome sauce.

Status: Fixed » Closed (fixed)
Issue tags: -Needs design review

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