From e094ca50425d53aa32bb75841fb2f74326bb78f0 Mon Sep 17 00:00:00 2001 From: Angelos Chalaris Date: Mon, 5 Dec 2016 14:07:28 +0200 Subject: [PATCH] Input control form alignment testing --- docs/v2/DEVLOG.md | 1 + docs/v2/playground.html | 48 ++++++++++++++++++++++++++++++++++++++++- 2 files changed, 48 insertions(+), 1 deletion(-) diff --git a/docs/v2/DEVLOG.md b/docs/v2/DEVLOG.md index df03be6..dbc8350 100644 --- a/docs/v2/DEVLOG.md +++ b/docs/v2/DEVLOG.md @@ -593,3 +593,4 @@ - Basic structure for `input_control` module's doc page. - Updated color definitions for almost all the `input_control` `form` elements. - Changed the `placeholder` rules a little bit to work properly for all elements now. +- Tested a few things in `playground` about `input_control`. diff --git a/docs/v2/playground.html b/docs/v2/playground.html index 7027a80..1850f49 100644 --- a/docs/v2/playground.html +++ b/docs/v2/playground.html @@ -75,6 +75,52 @@
+

Use rows and columns for normal alignment, use input-groups in rows without columns for unaligned but just vertical forms or predesigned forms etc.

+
+
+ Aligned form (using width and grid - no container): +
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ + +
+
+
+
+ +
+
+ +
+
+
+
+ +
+
+ +
+
+
+
+ +
Inline form (default style): @@ -82,7 +128,7 @@
 

-
+
Aligned form (using width and grid):