25 lines
455 B
CSS
25 lines
455 B
CSS
|
|
#filter_box{
|
|
display: none;
|
|
position: absolute;
|
|
left: 0;
|
|
background-color: #fff;
|
|
z-index: 5000;
|
|
width: 470px;
|
|
box-shadow: 0 0 8px 2px rgb(0 0 0 / 26%);
|
|
border-radius: 2px;
|
|
padding: 12px;
|
|
flex-direction: column;
|
|
}
|
|
#filter_box .form-group{
|
|
margin-bottom: 0.5rem
|
|
}
|
|
#filter_box label {
|
|
font-size: 12px;
|
|
margin-bottom: 0.25rem;
|
|
}
|
|
div.dataTables_wrapper {
|
|
position: absolute;
|
|
left: 0;
|
|
right: 0;
|
|
} |