29 lines
591 B
CSS
29 lines
591 B
CSS
.result td {
|
|
border: 1px solid black;
|
|
padding: 10px 10px 10px 10px;
|
|
font-weight: bold;
|
|
width: 265px;
|
|
}
|
|
|
|
.dataTables_wrapper .dataTables_length select {
|
|
border: 1px solid #aaa;
|
|
border-radius: 3px;
|
|
padding: 5px;
|
|
background-color: transparent;
|
|
padding: 4px;
|
|
margin-left: 0px;
|
|
}
|
|
.dataTables_wrapper .dataTables_filter input {
|
|
border: 1px solid #aaa;
|
|
border-radius: 3px;
|
|
padding: 5px;
|
|
background-color: transparent;
|
|
margin-left: 3px;
|
|
margin-right: 10px;
|
|
}
|
|
|
|
.dataTables_wrapper {
|
|
margin-left: 30px;
|
|
margin-right: 10px;
|
|
}
|