From 3e2e111b17ff875a84773e00bd0b34ff8bf6bc3a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 17:11:50 -0700 Subject: add css tests for fluid rows and inputs --- docs/css-tests.html | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) (limited to 'docs/css-tests.html') diff --git a/docs/css-tests.html b/docs/css-tests.html index c2a932b36..332420dec 100644 --- a/docs/css-tests.html +++ b/docs/css-tests.html @@ -99,6 +99,11 @@ .col3 { background-color: rgba(0,0,255,.1); } + + /* Fluid row inputs */ + #fluidRowInputs .row-fluid > [class*=span] { + background-color: rgba(255,0,0,.1); + } @@ -319,10 +324,32 @@ Some value here.00 - +

Fluid row with inputs

+

Inputs should not extend past the light red background, set on their parent, a .span* column.

+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+ + + + + + -- cgit v1.2.3