From: Chris Rebert Date: Tue, 6 Jan 2015 00:19:56 +0000 (-0800) Subject: Add example of using feedback icons with .input-group ; fixes #15332 X-Git-Tag: v3.3.2~5^2~18^2^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=be6dc3a3c9ac75e9f0a730348dd960922d7aea46;p=thirdparty%2Fbootstrap.git Add example of using feedback icons with .input-group ; fixes #15332 --- diff --git a/docs/_includes/css/forms.html b/docs/_includes/css/forms.html index 054922703f..d3b882672a 100644 --- a/docs/_includes/css/forms.html +++ b/docs/_includes/css/forms.html @@ -701,6 +701,15 @@ (error) +
+ +
+ @ + +
+ + (success) +
{% highlight html %} @@ -722,6 +731,15 @@ (error) +
+ +
+ @ + +
+ + (success) +
{% endhighlight %}

Optional icons in horizontal and inline forms

@@ -735,6 +753,17 @@ (success) +
+ +
+
+ @ + +
+ + (success) +
+
{% highlight html %} @@ -747,6 +776,17 @@ (success) +
+ +
+
+ @ + +
+ + (success) +
+
{% endhighlight %} @@ -759,6 +799,18 @@ (success) +
+
+
+ +
+ @ + +
+ + (success) +
+
{% highlight html %}
@@ -769,6 +821,17 @@ (success)
+
+
+ +
+ @ + +
+ + (success) +
+
{% endhighlight %}

Optional icons with hidden .sr-only labels

@@ -780,6 +843,15 @@ (success) +
+ +
+ @ + +
+ + (success) +
{% highlight html %}
@@ -788,6 +860,15 @@ (success)
+
+ +
+ @ + +
+ + (success) +
{% endhighlight %}