"Admin Panel Quick Shortcuts"
Bootstrap 3.3.0 Snippet by yisuspro69

<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 ----------> <div class="container"> <div class="row"> <div class="col-md-6"> <div class="panel panel-primary"> <div class="panel-heading"> <h3 class="panel-title"> <span class="glyphicon glyphicon-bookmark"></span> Panel cliente</h3> </div> <center> <div class="panel-body"> <div class="row"> <div class="col-xs-6 col-md-6"> <a href="#" class="btn btn-danger btn-lg" role="button"><span class="glyphicon glyphicon-list-alt"></span> <br/>asistentes</a> <a href="#" class="btn btn-primary btn-lg" role="button"><span class="glyphicon glyphicon-signal"></span> <br/>Reportes</a> </div> </div> </div> </center> </div> </div> </div> </div>
body { padding-top:20px; } .panel-body .btn:not(.btn-block) { width:120px;margin-bottom:10px; }

Related: See More


Questions / Comments: