From: Thierry Parmentelat Date: Tue, 24 Sep 2013 12:59:11 +0000 (+0200) Subject: fix location of png backgrounds for list headers X-Git-Tag: myslice-0.2-4~35 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=2802fe45f51087fdc71e218fee04fb4fcb420639 fix location of png backgrounds for list headers --- diff --git a/third-party/datatables-1.9.4/css/dataTables.bootstrap.css b/third-party/datatables-1.9.4/css/dataTables.bootstrap.css index fc3dfbd7..a17762fd 100644 --- a/third-party/datatables-1.9.4/css/dataTables.bootstrap.css +++ b/third-party/datatables-1.9.4/css/dataTables.bootstrap.css @@ -36,12 +36,12 @@ table.table thead .sorting_desc_disabled { *cursor: hand; } -table.table thead .sorting { background: url('images/sort_both.png') no-repeat center right; } -table.table thead .sorting_asc { background: url('images/sort_asc.png') no-repeat center right; } -table.table thead .sorting_desc { background: url('images/sort_desc.png') no-repeat center right; } +table.table thead .sorting { background: url('img/sort_both.png') no-repeat center right; } +table.table thead .sorting_asc { background: url('img/sort_asc.png') no-repeat center right; } +table.table thead .sorting_desc { background: url('img/sort_desc.png') no-repeat center right; } -table.table thead .sorting_asc_disabled { background: url('images/sort_asc_disabled.png') no-repeat center right; } -table.table thead .sorting_desc_disabled { background: url('images/sort_desc_disabled.png') no-repeat center right; } +table.table thead .sorting_asc_disabled { background: url('img/sort_asc_disabled.png') no-repeat center right; } +table.table thead .sorting_desc_disabled { background: url('img/sort_desc_disabled.png') no-repeat center right; } table.dataTable th:active { outline: none;