correct urls for background imgs
authorThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 26 Mar 2013 17:17:10 +0000 (18:17 +0100)
committerThierry Parmentelat <thierry.parmentelat@inria.fr>
Tue, 26 Mar 2013 17:17:10 +0000 (18:17 +0100)
third-party/datatables/css/dataTables.bootstrap.css

index fc3dfbd..16b6864 100644 (file)
@@ -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;