From: Thierry Parmentelat Date: Tue, 26 Mar 2013 17:17:10 +0000 (+0100) Subject: correct urls for background imgs X-Git-Tag: myslice-django-0.1-3~32 X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=commitdiff_plain;h=8e81287821e5756011e98c99596789dbf382fc26 correct urls for background imgs --- diff --git a/third-party/datatables/css/dataTables.bootstrap.css b/third-party/datatables/css/dataTables.bootstrap.css index fc3dfbd7..16b68648 100644 --- a/third-party/datatables/css/dataTables.bootstrap.css +++ b/third-party/datatables/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('all-static/img/sort_both.png') no-repeat center right; } +table.table thead .sorting_asc { background: url('all-static/img/sort_asc.png') no-repeat center right; } +table.table thead .sorting_desc { background: url('all-static/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('all-static/img/sort_asc_disabled.png') no-repeat center right; } +table.table thead .sorting_desc_disabled { background: url('all-static/img/sort_desc_disabled.png') no-repeat center right; } table.dataTable th:active { outline: none;