From 74a264fb98ced0228d385d601e9edd913bb1b173 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Wed, 18 Jun 2014 18:19:17 -0700 Subject: fixes #13021: add .form-group-sm/-lg --- docs/_includes/css/forms.html | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) (limited to 'docs/_includes/css/forms.html') diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 95bb29c59..947c5179c 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -670,6 +670,42 @@ {% endhighlight %} +

Horizontal form group sizes

+

Quickly size labels and form controls within .form-horizontal by adding .form-group-lg or .form-group-sm.

+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+{% highlight html %} +
+
+ +
+ +
+
+
+ +
+ +
+
+
+{% endhighlight %} + +

Column sizing

Wrap inputs in grid columns, or any custom parent element, to easily enforce desired widths.

-- cgit v1.2.3 From 00cc166671a4ecfe3284662db14c8bf151de5bb5 Mon Sep 17 00:00:00 2001 From: Mark Otto Date: Thu, 19 Jun 2014 15:22:49 -0700 Subject: ids over names --- docs/_includes/css/forms.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/_includes/css/forms.html') diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 947c5179c..2a1848e50 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -677,13 +677,13 @@
- +
- +
@@ -693,13 +693,13 @@
- +
- +
-- cgit v1.2.3