20 lines
510 B
CSS
20 lines
510 B
CSS
.form-search .form-keyword input {
|
|
display: initial;
|
|
}
|
|
@media only screen and (min-width: 641px) {
|
|
.form-search .form-keyword input {
|
|
width: 260px;
|
|
}
|
|
.form-search .chosen-container, .form-search select {
|
|
width: 150px !important;
|
|
display: -webkit-inline-box;
|
|
}
|
|
.form-search .chosen-container-single .chosen-single {
|
|
width: 100%;
|
|
}
|
|
}
|
|
@media only screen and (max-width: 641px) {
|
|
.form-search .form-search-items {
|
|
margin-bottom: 10px;
|
|
}
|
|
} |