corrected images path

pull/61/head
Doug Hill 11 years ago
parent f9e7144f9f
commit be1a32bd86

@ -31,23 +31,23 @@ table.dataTable {
max-width: none !important; max-width: none !important;
thead { thead {
.sorting { .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; cursor: pointer;
} }
.sorting_asc { .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; cursor: pointer;
} }
.sorting_desc { .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; cursor: pointer;
} }
.sorting_asc_disabled { .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; cursor: pointer;
} }
.sorting_desc_disabled { .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; cursor: pointer;
} }
& > tr { & > tr {

Loading…
Cancel
Save