55 lines
692 B
Plaintext
55 lines
692 B
Plaintext
//
|
|
// RTL: Plugins / jQuery.DataTables
|
|
//
|
|
// Version: 1.10.0
|
|
//
|
|
// --------------------------------------------------
|
|
|
|
|
|
.dataTables_wrapper {
|
|
.table-header {
|
|
padding-left: 0;
|
|
padding-right: 15px;
|
|
|
|
.table-caption {
|
|
float: right;
|
|
padding-left: 10px;
|
|
padding-right: 0;
|
|
}
|
|
}
|
|
}
|
|
|
|
.DT-per-page {
|
|
border-left: 1px solid #eee;
|
|
border-right: none;
|
|
padding-left: 10px;
|
|
padding-right: 0;
|
|
}
|
|
|
|
.DT-label {
|
|
float: right;
|
|
}
|
|
|
|
.DT-pagination {
|
|
float: left;
|
|
}
|
|
|
|
.DT-search {
|
|
margin-left: 10px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.DT-per-page {
|
|
margin-left: 10px;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.DT-lf-right {
|
|
float: left;
|
|
}
|
|
|
|
table.dataTable th:after {
|
|
left: 0;
|
|
right: auto;
|
|
}
|