# Conflicts: # Layout/default/Device/Detail.php # Layout/default/Device/Form.php # Layout/default/Device/Index.php # application/Device/DeviceController.php # application/Device/DeviceModel.php # public/assets/css/datatables-std.css
42 lines
619 B
CSS
42 lines
619 B
CSS
#filterrow input {
|
|
width: 100%;
|
|
padding: 3px;
|
|
box-sizing: border-box;
|
|
display: table-header-group;
|
|
height: unset;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_filter {
|
|
float: left;
|
|
text-align: left;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_length {
|
|
float: right;
|
|
}
|
|
|
|
.clear-fa {
|
|
margin-left: 5px;
|
|
font-size: 23px;
|
|
vertical-align: middle;
|
|
color: #cb2929;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.margina {
|
|
margin-left: 30px !important;
|
|
margin-top: -5px;
|
|
}
|
|
|
|
.edit-width {
|
|
width: 50px;
|
|
}
|
|
|
|
.order-date-pill {
|
|
margin: 2px;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.font-weight-500 {
|
|
font-weight: 500;
|
|
} |