"Listagem + Panel"
Bootstrap 3.2.0 Snippet by fernandosouza2

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<link href="//netdna.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" rel="stylesheet" id="bootstrap-css">
<script src="//netdna.bootstrapcdn.com/bootstrap/3.2.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-lg-12">
<div class="row">
<div class="panel panel-primary">
<div class="panel-heading">
Cadastrados
</div>
<div class="panel-body">
<div class="well shadow-z-1">
<div class="media">
<a href="#" class="pull-left">
<i class="fa fa-user" style="width: 50px; height: 50px; font-size: 4em;;"></i>
<!--<img class="media-object" src="http://placehold.it/50x50">-->
</a>
<div class="media-body">
<div class="col-lg-8 padding-left-0">
<h4 class="media-heading">Nome do Usuario</h4>
</div>
<div class="col-lg-4 text-right">
<i class="fa fa-ban text-danger " style=" font-size: 1em;;"> Bloqueado</i>
</div>
<div class="col-lg-12 padding-left-0">
<ul class="list-inline list-unstyled">
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: