"listing views"
Bootstrap 3.0.0 Snippet by sonia14

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.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 ---------->
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!--Slimscroll-->
<div class="container">
<div class="row">
<div class="col-md-4">
<div class="portlet light">
<div class="portlet-title">
<div class="caption"> <i class="icon-speech"></i> <span class="caption-subject bold uppercase"> Unordered List</span> </div>
</div>
<div class="portlet-body">
<ul>
<li> Lorem ipsum dolor sit amet </li>
<li> Consectetur adipiscing elit </li>
<li> Integer molestie lorem at massa </li>
<li> Facilisis in pretium nisl aliquet </li>
<li> Nulla volutpat aliquam velit
<ul>
<li> Phasellus iaculis neque </li>
<li> Purus sodales ultricies </li>
<li> Vestibulum laoreet porttitor sem </li>
<li> Ac tristique libero volutpat at </li>
</ul>
</li>
<li> Faucibus porta lacus fringilla vel </li>
<li> Aenean sit amet erat nunc </li>
<li> Eget porttitor lorem </li>
</ul>
</div>
</div>
</div>
<div class="col-md-4">
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
body{background:lightgrey;}
/*Portlet*/
.portlet {
border-radius: 4px;
margin-bottom: 25px;
margin-top: 0;
padding: 0;
}
.portlet > .portlet-title {
border-bottom: 1px solid #eee;
border-radius: 4px 4px 0 0;
margin-bottom: 10px;
min-height: 41px;
padding: 0;
}
.portlet > .portlet-title > .caption {
display: inline-block;
float: left;
font-size: 18px;
line-height: 18px;
padding: 10px 0;
}
.portlet > .portlet-title > .caption > i {
color: #666;
display: inline-block;
float: left;
font-size: 13px;
margin-right: 5px;
margin-top: 4px;
}
.portlet > .portlet-title > .caption > .caption-helper {
color: #9eacb4;
font-size: 13px;
font-weight: 400;
line-height: 13px;
margin: 0;
padding: 0;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: