From 3e2e111b17ff875a84773e00bd0b34ff8bf6bc3a Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Sun, 25 Mar 2012 17:11:50 -0700 Subject: [PATCH] add css tests for fluid rows and inputs --- docs/assets/bootstrap.zip | Bin 56863 -> 56863 bytes docs/css-tests.html | 29 +++++++++++++++++++++++- docs/templates/pages/css-tests.mustache | 29 +++++++++++++++++++++++- 3 files changed, 56 insertions(+), 2 deletions(-) diff --git a/docs/assets/bootstrap.zip b/docs/assets/bootstrap.zip index 49bc25fb07cea55837f8ec304f492ed3f5a5df5d..f1239927e50a9ef0519535c7bad64a4457d28cc5 100644 GIT binary patch delta 440 zc-ou4hk5=UX6^uQW)?065O_L~TZyf1UA}+)y2%@F3v&eUq|TcLOm!eVvOwwcw`C`PyD82DHbi`K-yJrfpzbXnRDqed0+0os zPUgJr2r&aDkagP?X6RF(p(d!Z%6EcL1*YEdLAZhOt}&{0A$RRj1vcMxh6o5x=DsHa E09U8Qn*aa+ delta 440 zc-ou4hk5=UX6^uQW)?065a6E3t;F_hO}_t&HIp~q7UqPB^Gx(tV|xx4pV-I2$TM-e z9a!l3nvJ(Fa5C~tUc==C71;cR%awzXd$N_VG1#}P^P2S^oy=XwiDW6raPG-wbuKWi4Rw_QK#^a4b}$jU{%QfBVY}w5vb{ic)MUm5hA>B1 zEa*@IiX1#-3RSiF&!HYMph=xK4Va#R^vD9G&)=4v{OzVV({qr3_~gDjY(PQXTRx}) zGj9bT3vf^7yzK}v1EwPDwkt%1EKv6RZ4+c!?#aq`f=~sf-tj@Wf$^>}(+gz7Lhjn5 Q+Q0d(Gem{(WbS(+0PowskpKVy 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.

+
+
+
+ +
+
+ +
+
+
+
+ +
+
+
+ + + + + + -- 2.47.3