[Pkg-javascript-commits] [jquery-minicolors] 02/11: Added demo for input group with addon

David Prévot taffit at moszumanska.debian.org
Tue Dec 30 16:13:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository jquery-minicolors.

commit acdc9915dbf6b977d19e63799360485979f53009
Author: Cory LaViska <cory at abeautifulsite.net>
Date:   Mon Dec 29 12:49:03 2014 -0500

    Added demo for input group with addon
---
 index.html | 15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/index.html b/index.html
index dbf6afa..06e8791 100644
--- a/index.html
+++ b/index.html
@@ -273,6 +273,21 @@
                             </span>
                         </div>
                     </div>
+                    <div class="col-lg-4 col-sm-4 col-12">
+                        <div class="form-group">
+                            <label for="more-input-group">More Input Groups</label>
+                            <div class="input-group">
+                                <span class="input-group-addon">Color</span>
+                                <input type="text" id="more-input-group" class="form-control demo" value="#ff0000"/>
+                                <span class="input-group-btn">
+                                    <button class="btn btn-default" type="button">Button</button>
+                                </span>
+                            </div>
+                            <span class="help-block">
+                                Input group example with addon.
+                            </span>
+                        </div>
+                    </div>
                 </div>
             </div>
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/jquery-minicolors.git



More information about the Pkg-javascript-commits mailing list