Needs review
Project:
Bedrock
Version:
7.x-1.0-alpha2
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2014 at 00:55 UTC
Updated:
1 Apr 2014 at 03:28 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
jessehsComment #2
jessehsThere's still something weird going on at the medium breakpoint.
Comment #3
jessehsThis adds a wrapper element for each pair of regions in the 4 column-row. Also adds containers for each row of the layout so the layout can be themed to 100% window with for each row of the layout.
Comment #4
jessehsPatch in #3 is missing a bunch.
Comment #5
jessehsThis patch removes the container logic (this should be in the theme).
Comment #6
anniegreens commented@jessehs, I will take a look at these. I know we discussed in person.
Comment #7
jessehsThis patch adjusts grid-span on the 4-columns for the large and xlarge breakpoints so they're all 4 exactly even. It also adds a new region "Content Header Top".
Comment #8
jessehsThe last patch had the row-wrapper for header and header top regions mixed up so it could not be styled full-width.