Toggle navigation
Bootsnipp
Bootstrap
For
CSS Frameworks
Bootstrap
Foundation
Semantic UI
Materialize
Pure
Bulma
References
CSS Reference
Tools
Community
Page Builder
Form Builder
Button Builder
Icon Search
Dan's Tools
Diff / Merge
Color Picker
Keyword Tool
Web Fonts
.htaccess Generator
Favicon Generator
Site Speed Test
Snippets
Featured
Tags
By Bootstrap Version
4.1.1
4.0.0
3.3.0
3.2.0
3.1.0
3.0.3
3.0.1
3.0.0
2.3.2
Register
Login
"icon bootstrap inputs forms"
Bootstrap 3.3.0 Snippet by
nonconforme
3.3.0
forms
input
Preview
HTML
CSS
View Full Screen
Fork
Fork this
40.4K
 
8 Fav
Post to Facebook
Tweet this
<link href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.3.0/js/bootstrap.min.js"></script> <script src="//code.jquery.com/jquery-1.11.1.min.js"></script> <!------ Include the above in your HEAD tag ----------> <!DOCTYPE html> <html> <head> <link href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet"> <link rel="stylesheet" href="style.css"> </head> <body> <div class="container"> <div class="inner-addon left-addon"> <i class="glyphicon glyphicon-user"></i> <input type="text" class="form-control" placeholder="Username" /> </div> <div class="inner-addon right-addon"> <i class="glyphicon glyphicon-search"></i> <input type="text" class="form-control" placeholder="Search" /> </div> <br> <br> <form class="webform-client-form webform-client-form-48" action="/estimation" method="post" id="webform-client-form-48" accept-charset="UTF-8"> <div> <div class="col-lg-5 col-md-12 col-xs-12 col-sm-12"> <label class="control-label" for="edit-submitted-codepostal">Code postal <span class="form-required" title="Ce champ est requis.">*</span></label> <div class="inner-addon left-addon"> <i class="glyphicon glyphicon-user"></i> <input placeholder="Code postal" class="form-control form-text" id="edit-submitted-codepostal" name="submitted[CodePostal]" value="" size="60" maxlength="5" autocomplete="off" type="text"> </div> </div> </div> </form> <br> <br> <form class="webform-client-form webform-client-form-48" action="/estimation" method="post" id="webform-client-form-48" accept-charset="UTF-8"> <div> <div class="input-group add-on col-lg-5 col-md-12 col-xs-12 col-sm-12"> <label class="control-label" for="edit-submitted-codepostal">Code postal <span class="form-required" title="Ce champ est requis.">*</span></label> <input placeholder="Code postal" class="form-control form-text" id="edit-submitted-codepostal" name="submitted[CodePostal]" value="" size="60" maxlength="5" autocomplete="off" type="text"> <div class="input-group-btn vertical-align-bottom"> <button class="btn btn-default"><i class="glyphicon glyphicon-calendar"></i></button> </div> </div> </div> </form> <br> <br> <div class="col-md-12"> <div class="input-group add-on col-md-2 date datepicker" data-date-format="yyyy-mm-dd"> <input name="name" value="" class="form-control date-picker" data-date-format="yyyy-mm-dd" type="text"> <div class="input-group-btn"> <button class="btn btn-default"><i class="glyphicon glyphicon-calendar"></i></button> </div> </div> </div> <br> <br> <div class="row"> <div class="form-group col-xs-6"> <label class="control-label"><code>.inner-addon.<i>left</i>-addon</code></label> <div class="inner-addon left-addon"> <i class="glyphicon glyphicon-user"></i> <input type="text" class="form-control" placeholder="Username" /> </div> </div> <div class="form-group col-xs-6"> <label class="control-label"> <code>.inner-addon.<i>right</i>-addon</code> </label> <div class="inner-addon right-addon"> <i class="glyphicon glyphicon-search"></i> <input type="text" class="form-control" placeholder="Search" /> </div> </div> </div> </div> </div> </body> </html>
.add-on .input-group-btn > .btn { border-left-width:0;left:-2px; -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); } /* stop the glowing blue shadow */ .add-on .form-control:focus { box-shadow:none; -webkit-box-shadow:none; border-color:#cccccc; } /* enable absolute positioning */ .inner-addon { position: relative; } /* style glyph */ .inner-addon .glyphicon { position: absolute; padding: 10px; pointer-events: none; } /* align glyph */ .left-addon .glyphicon { left: 0px;} .right-addon .glyphicon { right: 0px;} /* add padding */ .left-addon input { padding-left: 30px; } .right-addon input { padding-right: 30px; } /* align button at bottom */ .vertical-align-bottom { vertical-align: bottom !important; } body { margin: 10px; }
Questions / Comments:
Post
Posting Guidelines
Formatting
- Now
×
Close
Donate
BTC: 12JxYMYi6Vt3mx3hcmP3B2oyFiCSF3FhYT
ETH: 0xCD715b2E3549c54A40e6ecAaFeB82138148a6c76