From ec83b06d55e6685e70426758ea3f048c91199352 Mon Sep 17 00:00:00 2001 From: Caleb Land Date: Wed, 26 Aug 2015 23:47:50 -0400 Subject: Update static form control example Use the `row` class on the `form-group`, and change the `control-label` class to `form-control-label` --- docs/components/forms.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/components/forms.md') diff --git a/docs/components/forms.md b/docs/components/forms.md index f45f207ca..1ebd3ade1 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -397,14 +397,14 @@ When you need to place plain text next to a form label within a form, use the `. {% example html %}
-
- +
+

email@example.com

-
- +
+
-- cgit v1.2.3 From 83283442125170dd55a875254245bd63255844b9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 26 Aug 2015 22:11:44 +0300 Subject: Use `https` when possible. [ci skip] --- docs/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/forms.md') diff --git a/docs/components/forms.md b/docs/components/forms.md index f45f207ca..2bf223b4d 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -603,7 +603,7 @@ We hide the default `` with `opacity` and use the `.c-indicator` to build With the sibling selector (`~`), we use the `:checked` state to trigger a makeshift checked state on the custom control. -In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](http://useiconic.com/open). This provides us the best control for styling and positioning across browsers and devices. +In the checked states, we use **base64 embedded SVG icons** from [Open Iconic](https://useiconic.com/open). This provides us the best control for styling and positioning across browsers and devices. #### Checkboxes -- cgit v1.2.3 From b424626e97eea74166e9dd8ebc2be1573a0c3c94 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Tue, 25 Aug 2015 17:12:18 +1000 Subject: Update all usages of 'control-label' with 'form-control-label' in docs --- docs/components/forms.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'docs/components/forms.md') diff --git a/docs/components/forms.md b/docs/components/forms.md index 94588c79f..7f5d1496c 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -535,7 +535,7 @@ Block help text—for below inputs or for longer lines of help text—can be eas ## Validation -Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add `.has-warning`, `.has-error`, or `.has-success` to the parent element. Any `.control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. +Bootstrap includes validation styles for error, warning, and success states on form controls. To use, add `.has-warning`, `.has-error`, or `.has-success` to the parent element. Any `.form-control-label`, `.form-control`, and `.text-help` within that element will receive the validation styles. {% comment %} {% callout warning %} @@ -549,15 +549,15 @@ Ensure that an alternative indication of state is also provided. For instance, y {% example html %}
- +
- +
- +
-- cgit v1.2.3 From 88d004f6e11a6dc6c94b40e1eee7f9ef54c42077 Mon Sep 17 00:00:00 2001 From: vsn4ik Date: Thu, 3 Sep 2015 07:48:15 +0300 Subject: Remove dropped form-horizontal from forms.md --- docs/components/forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/components/forms.md') diff --git a/docs/components/forms.md b/docs/components/forms.md index 7f5d1496c..7ebefae30 100644 --- a/docs/components/forms.md +++ b/docs/components/forms.md @@ -396,7 +396,7 @@ Should you have no text within the `