"Panel"
Bootstrap 3.3.0 Snippet by RizwanAkram

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="//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="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<!------ Include the above in your HEAD tag ---------->
<div class="container">
<div class="row">
<div class="col-xs-12">
<div class="panel chat-module">
<div class="panel-heading">
<ul>
<li>
<a>
<img src="https://tinyurl.com/y7jhrjx8" class="media-object" alt="...">
<span>Rizwan Akram<span>
</a>
</li>
<li>
<a><i class="fa fa-windows"></i></a>
</li>
<li>
<a><i class="fa fa-chrome"></i></a>
</li>
<li>
<a></a>
</li>
</ul>
</div>
<div class="panel-body">
<div class="btn-group" role="group" aria-label="...">
<button type="button" class="btn btn-grey btn-sm active">Currents Chat</button>
<button type="button" class="btn btn-grey btn-sm">Past Chats (10)</button>
</div>
<div class="clearfix"></div>
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
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
@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700');
@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
ul {
margin: 0;
padding: 0;
list-style: none;
}
a,a:hover,a:focus,a:active {
text-decoration: none;
}
._m-0 {
margin-bottom: 0 !important;
}
body {
padding: 2em;
height: 100%;
}
.chat-module .row {
margin: 0 -5px;
}
.chat-module .row [class*="col-"] {
padding: 0 5px;
}
.chat-module .white-card {
background: #FFF;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: 15px;
margin-bottom: 10px;
border-radius: 3px;
}
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: