searchbar
This commit is contained in:
@@ -0,0 +1,31 @@
|
||||
.center {
|
||||
margin: 0;
|
||||
position: absolute;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
margin-right: -50%;
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
div.main-bg {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
.stylish-input-group .input-group-addon{
|
||||
background: white !important;
|
||||
}
|
||||
.stylish-input-group .form-control{
|
||||
border-right:0;
|
||||
box-shadow:0 0 0;
|
||||
border-color:#ccc;
|
||||
}
|
||||
.stylish-input-group button{
|
||||
border:0;
|
||||
background:transparent;
|
||||
}
|
||||
|
||||
#search-cont {
|
||||
height:200px;
|
||||
width:600px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user