27 lines
433 B
CSS
27 lines
433 B
CSS
#finder-filter-window {
|
|
margin: 10px 0 10px;
|
|
overflow: auto;
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
ul#finder-filter-select-dates {
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
ul#finder-filter-select-dates li.filter-date {
|
|
background: none;
|
|
float: left;
|
|
list-style: none;
|
|
margin: 0;
|
|
padding: 5px 0;
|
|
text-align: left;
|
|
width: 49%;
|
|
}
|
|
|
|
ul#finder-filter-select-dates li.filter-date select.filter-date-operator {
|
|
margin-right: 10px;
|
|
}
|