|
|
|
@ -31,23 +31,23 @@ table.dataTable {
|
|
|
|
|
max-width: none !important;
|
|
|
|
|
thead {
|
|
|
|
|
.sorting {
|
|
|
|
|
background: url('../img/icons/sort_both.png') no-repeat center right;
|
|
|
|
|
background: url('../images/icons/sort_both.png') no-repeat center right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.sorting_asc {
|
|
|
|
|
background: url('../img/icons/sort_asc.png') no-repeat center right;
|
|
|
|
|
background: url('../images/icons/sort_asc.png') no-repeat center right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.sorting_desc {
|
|
|
|
|
background: url('../img/icons/sort_desc.png') no-repeat center right;
|
|
|
|
|
background: url('../images/icons/sort_desc.png') no-repeat center right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.sorting_asc_disabled {
|
|
|
|
|
background: url('../img/icons/sort_asc_disabled.png') no-repeat center right;
|
|
|
|
|
background: url('../images/icons/sort_asc_disabled.png') no-repeat center right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.sorting_desc_disabled {
|
|
|
|
|
background: url('../img/icons/sort_desc_disabled.png') no-repeat center right;
|
|
|
|
|
background: url('../images/icons/sort_desc_disabled.png') no-repeat center right;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
& > tr {
|
|
|
|
|