From d1c5672befe9dbc6c88943a53fb7e525c3fce7f3 Mon Sep 17 00:00:00 2001 From: Jack Lukic Date: Tue, 7 May 2013 12:27:51 -0400 Subject: [PATCH] Various fixes to grid/menu Former-commit-id: fbfda95948802f97d06ac9167b8351f2ad22efd0 Former-commit-id: eee2fc5bc42072017052903406e75cbc6f0ce7e1 --- node/src/documents/collections/grid.html | 44 +++++++++++++-- node/src/documents/collections/menu.html | 56 +++++++++---------- .../semantic/src/collections/grid.css | 27 ++++++--- .../semantic/src/collections/menu.css | 14 +++-- node/src/files/stylesheets/semantic.css | 16 ++++++ src/collections/grid.css | 27 ++++++--- src/collections/menu.css | 14 +++-- 7 files changed, 137 insertions(+), 61 deletions(-) diff --git a/node/src/documents/collections/grid.html b/node/src/documents/collections/grid.html index 5bdc99152..f6d6eda28 100755 --- a/node/src/documents/collections/grid.html +++ b/node/src/documents/collections/grid.html @@ -7,21 +7,23 @@ type : 'UI Collection' ---
-
-
+
+

Grid

A grid is a set of elements without a visual definition, that creates a structure to harmonize negative space in a layout.

-
-
+
+

Collection

Grid

A grid is made up of columns of content. By default a grid must assume a certain number of columns. The semantic library assumes 12 columns by default.

+ +
For convenience if only a single column is specified inside a grid or grid row, it will assume the column to take up the entire grid width. If you would like to override this behavior, specify the grid width as a one wide column
1 @@ -63,7 +65,9 @@ type : 'UI Collection'

Rows

-

A basic grid has padding on the first and last columns of each row. If no rows are specified, a grid will assume only one row. A row must always have the same number of columns as the grid.

+

A basic grid has padding on the first and last columns of each row.

+

A row is used to create vertical padding between rows of columns on a page. If no rows are specified, a grid column will sit flush along each side of the grid.

+

/p>

@@ -166,6 +170,36 @@ type : 'UI Collection'

Grid

+
+

Responsive Grid

+

A responsive grid is a special type of grid useful for designing page layouts. A standard grid does not make any assumptions about how it should change gutters depending on content. Page grids will automatically resize the gutters as a browsers resolution changes size.

+ +
+ +
+
+ Inbox +

Welcome to your inbox. Would you like to see more information?

+
+
+
+
+

Evenly Divided Grid

A grid can be divided into equal parts.

diff --git a/node/src/documents/collections/menu.html b/node/src/documents/collections/menu.html index 45f2dcfaa..a5bbac918 100755 --- a/node/src/documents/collections/menu.html +++ b/node/src/documents/collections/menu.html @@ -319,62 +319,62 @@ type : 'UI Collection'

Icons

A menu may have just icons

-