13 lines
182 B
CSS
13 lines
182 B
CSS
|
.dataTables_length {
|
||
|
margin-bottom: 10px;
|
||
|
width: 250px;
|
||
|
}
|
||
|
|
||
|
.dataTables_length label {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
.dataTables_length select {
|
||
|
margin-left: 5px;
|
||
|
width: 80px;
|
||
|
}
|