"Panel with tabs"
Bootstrap 3.0.0 Snippet by prograhammer

<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 ----------> <br> <div class="container"> <div class="row"> <div class="col-md-6 col-md-offset-3"> <div class="panel panel-default"> <div class="panel-heading"> <h3 class="panel-title">A title</h3> <div class="input-group pull-right col-lg-6"> <span class="input-group-addon"><span class="glyphicon glyphicon-search"></span></span> <input type="text" class="form-control" placeholder="Username"> </div> <div style="clear: both"></div> </div> </div> </div> </div>
.panel-title{ float:left; line-height: 26pt; } .panel-heading .input-group{ padding-right: 0; }

Related: See More


Questions / Comments: