You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
89 lines
1.7 KiB
PHP
89 lines
1.7 KiB
PHP
<style>
|
|
body{
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
@media (max-width: 991.98px){
|
|
.dataTables_wrapper table {
|
|
display: table;
|
|
width: 100%;
|
|
min-height: .01%;
|
|
overflow-x: auto;
|
|
}
|
|
}
|
|
.dataTable tr td:nth-child(1){
|
|
white-space: nowrap;
|
|
max-width: 59px;
|
|
}
|
|
.dt-buttons{
|
|
display:none !important;
|
|
}
|
|
.dataTables_filter{
|
|
display:none !important;
|
|
}
|
|
.form-search{
|
|
float: right;
|
|
width: 200px;
|
|
margin-top: 0;
|
|
}
|
|
|
|
@media only screen and (max-width: 500px){
|
|
.form-search{
|
|
float: none;
|
|
width: 100%;
|
|
margin-top: 10px;
|
|
}
|
|
}
|
|
select,
|
|
.select2-container {
|
|
width: 100% !important;
|
|
}
|
|
|
|
.select2-container {
|
|
width: 100% !important;
|
|
min-width: 100% !important;
|
|
max-width: 100% !important;
|
|
}
|
|
|
|
.ranges{
|
|
max-height: 320px;
|
|
overflow: auto;
|
|
}
|
|
|
|
.btn-clear{
|
|
display: inline-block ;
|
|
border: 1px solid #666ee8 ;
|
|
margin: 0 !important;
|
|
overflow: hidden;
|
|
height: 25px;
|
|
justify-content: center;
|
|
align-items: center;
|
|
padding: 3px 8px;
|
|
background: white;
|
|
}
|
|
|
|
.fixed-bottom{
|
|
z-index: 99 !important;
|
|
}
|
|
|
|
table td{
|
|
vertical-align: top !important;
|
|
}
|
|
|
|
.form-group input{
|
|
height: 30px;
|
|
}
|
|
|
|
.form-group .selection .select2-selection{
|
|
height: 30px;
|
|
}
|
|
|
|
input[type=radio]{
|
|
height: auto;
|
|
}
|
|
|
|
.datepicker-dropdown {
|
|
z-index: 9999 !important;
|
|
}
|
|
|
|
</style><?php /**PATH /DATA/AppData/warpeka/views/temp/css.blade.php ENDPATH**/ ?>
|