Grid Layout
The Grid layout is here to help you align blocks and widgets into columns and rows in a specific area. By following a pattern made of containers with CSS classes, you will easily design your customized tab content, keeping a visual consistency, readablity, and adaptability between screens.
Example: The Summary View
The best example of the grid usage is the summary view of a document. You can design your layouts from the Tab feature of Nuxeo Studio.
This layout contains one .gridRow in the .gridContainer. The .gridRow holds two .gridBox divs: .gridStyle7 + .gridStyle5. The .gridStyle7 div contains one widget for the picture, the .gridStyle5 div contains four widgets.