From: Mark Otto Date: Mon, 26 Mar 2012 00:11:50 +0000 (-0700) Subject: add css tests for fluid rows and inputs X-Git-Tag: v2.0.3~5^2~85 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3e2e111b17ff875a84773e00bd0b34ff8bf6bc3a;p=thirdparty%2Fbootstrap.git add css tests for fluid rows and inputs --- diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 49bc25fb07..f1239927e5 100644 Binary files a/docs/assets/bootstrap.zip and b/docs/assets/bootstrap.zip differ diff --git a/docs/css-tests.html b/docs/css-tests.html index c2a932b362..332420dec7 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.

+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+ + + + + + diff --git a/docs/templates/pages/css-tests.mustache b/docs/templates/pages/css-tests.mustache index 0220d733b1..cb902e9854 100644 --- a/docs/templates/pages/css-tests.mustache +++ b/docs/templates/pages/css-tests.mustache @@ -22,6 +22,11 @@ .col3 { background-color: rgba(0,0,255,.1); } + + /* Fluid row inputs */ + #fluidRowInputs .row-fluid > [class*=span] { + background-color: rgba(255,0,0,.1); + } @@ -242,8 +247,30 @@ Some value here.00 - +

Fluid row with inputs

+

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

+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+ + + + + +