Further fixes to the filter box positioning
This commit is contained in:
parent
9297373bd6
commit
a60440eb88
1 changed files with 9 additions and 0 deletions
|
@ -1351,6 +1351,11 @@ a:focus {
|
||||||
position: relative;;
|
position: relative;;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.co-filter-box input {
|
||||||
|
display: inline-block;
|
||||||
|
width: auto !important;
|
||||||
|
}
|
||||||
|
|
||||||
.co-filter-box .filter-message {
|
.co-filter-box .filter-message {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -1438,6 +1443,10 @@ a:focus {
|
||||||
display: block;
|
display: block;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.co-filter-box input {
|
||||||
|
display: block !important;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.empty {
|
.empty {
|
||||||
|
|
Reference in a new issue