"sidebar-kup"
Bootstrap 3.0.0 Snippet by jeevan123456

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 ---------->
<div class="col-sm-3 sidebar">
<div class="bg-white shadow">
<div class="sidebar-menu">
<div class="sidebar-search-text">
<input class="form-control" placeholder="Search Cranes in India" type="text">
</div>
<!-- Sidebar navigation -->
<ul class="nav sidebar-nav">
<li class="dropdown">
<a class="ripple-effect dropdown-toggle" href="#" data-toggle="dropdown">
<span class="glyphicon glyphicon-user icon"></span>
Travel
<span class="sidebar-badge">
12
</span>
<b class="caret">
</b>
</a>
<ul class="dropdown-menu">
<li>
<a href="#" tabindex="-1">
Europe
<span class="sidebar-badge">
12
</span>
</a>
</li>
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
.shadow {
box-shadow: 0 2px 3px -1px #DCDCDC;
}
.sidebar-search-text {
display: block;
padding: 15px 15px 20px;
margin: 35px 0 5px;
background-color: #fafafa;
color: #000;
border-bottom: 1px solid #ededed;
}
.sidebar-search-text input {
font-size: 16px;
border: none;
border-bottom-width: medium;
border-bottom-style: none;
border-bottom-color: currentcolor;
border-bottom: 2px dotted #E0E0E0;
padding-bottom: 9px;
box-shadow: none;
}
.sidebar .sidebar-nav {
margin: 0;
padding: 0;
background: #fff;
}
.sidebar .sidebar-nav li {
position: relative;
list-style-type: none;
border-bottom: 0;
}
.sidebar .sidebar-nav li a {
position: relative;
cursor: pointer;
user-select: none;
display: block;
height: 48px;
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX
1
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Related: See More


Questions / Comments: