Browse Source

Merge branch 'master' of https://github.com/almasaeed2010/AdminLTE

Abdullah Almsaeed 9 years ago
parent
commit
9bd1f6aa28

+ 5 - 5
plugins/datatables/jquery.dataTables.css

@@ -47,19 +47,19 @@ table.dataTable thead .sorting_desc_disabled {
   background-position: center right;
 }
 table.dataTable thead .sorting {
-  background-image: url("../images/sort_both.png");
+  background-image: url("images/sort_both.png");
 }
 table.dataTable thead .sorting_asc {
-  background-image: url("../images/sort_asc.png");
+  background-image: url("images/sort_asc.png");
 }
 table.dataTable thead .sorting_desc {
-  background-image: url("../images/sort_desc.png");
+  background-image: url("images/sort_desc.png");
 }
 table.dataTable thead .sorting_asc_disabled {
-  background-image: url("../images/sort_asc_disabled.png");
+  background-image: url("images/sort_asc_disabled.png");
 }
 table.dataTable thead .sorting_desc_disabled {
-  background-image: url("../images/sort_desc_disabled.png");
+  background-image: url("images/sort_desc_disabled.png");
 }
 table.dataTable tbody tr {
   background-color: #ffffff;

File diff suppressed because it is too large
+ 0 - 0
plugins/datatables/jquery.dataTables.min.css


Some files were not shown because too many files changed in this diff