"Attached Inputs"
Bootstrap 3.0.0 Snippet by FelFly

<link href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css"> <script src="//netdna.bootstrapcdn.com/bootstrap/3.0.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 ----------> <div class="container"> <div class="row"> <div class="input-group"> <input type="text" class="form-control" placeholder="Start"/> <span class="input-group-addon"></span> <input type="text" class="form-control" placeholder="End"/> <span class="input-group-btn"> <button class="btn btn-primary"><i class="glyphicon glyphicon-search"></i></button> </span> </div> </div> </div>
.input-group input:first-child { border-right: 0px; box-shadow: none; } .input-group-addon { border-left: 0px; border-right: 0px; background-color: white; } .input-group-btn { border-left: 1px solid #ccc; }

Related: See More


Questions / Comments: