Further fixes to the filter box positioning

This commit is contained in:
Joseph Schorr 2017-03-15 15:07:17 -04:00
parent 9297373bd6
commit a60440eb88

View file

@ -1351,6 +1351,11 @@ a:focus {
position: relative;;
}
.co-filter-box input {
display: inline-block;
width: auto !important;
}
.co-filter-box .filter-message {
display: inline-block;
position: absolute;
@ -1438,6 +1443,10 @@ a:focus {
display: block;
margin-bottom: 10px;
}
.co-filter-box input {
display: block !important;
}
}
.empty {