From ebe13fd665806aaa212ea3cd30fe75c751e3f2ad Mon Sep 17 00:00:00 2001 From: Madd15 Date: Fri, 13 Mar 2015 17:36:51 +1030 Subject: [PATCH] Change IMG Path --- .../css/compiled/dataTables.tableTools.css | 30 +++++++++--------- .../img/tabletools/background.png | Bin .../img/tabletools/collection.png | Bin .../img/tabletools/collection_hover.png | Bin public/{ => assets}/img/tabletools/copy.png | Bin .../img/tabletools/copy_hover.png | Bin public/{ => assets}/img/tabletools/csv.png | Bin .../{ => assets}/img/tabletools/csv_hover.png | Bin public/{ => assets}/img/tabletools/pdf.png | Bin .../{ => assets}/img/tabletools/pdf_hover.png | Bin public/{ => assets}/img/tabletools/print.png | Bin .../img/tabletools/print_hover.png | Bin public/{ => assets}/img/tabletools/xls.png | Bin .../{ => assets}/img/tabletools/xls_hover.png | Bin 14 files changed, 15 insertions(+), 15 deletions(-) rename public/{ => assets}/img/tabletools/background.png (100%) rename public/{ => assets}/img/tabletools/collection.png (100%) rename public/{ => assets}/img/tabletools/collection_hover.png (100%) rename public/{ => assets}/img/tabletools/copy.png (100%) rename public/{ => assets}/img/tabletools/copy_hover.png (100%) rename public/{ => assets}/img/tabletools/csv.png (100%) rename public/{ => assets}/img/tabletools/csv_hover.png (100%) rename public/{ => assets}/img/tabletools/pdf.png (100%) rename public/{ => assets}/img/tabletools/pdf_hover.png (100%) rename public/{ => assets}/img/tabletools/print.png (100%) rename public/{ => assets}/img/tabletools/print_hover.png (100%) rename public/{ => assets}/img/tabletools/xls.png (100%) rename public/{ => assets}/img/tabletools/xls_hover.png (100%) diff --git a/public/assets/css/compiled/dataTables.tableTools.css b/public/assets/css/compiled/dataTables.tableTools.css index d2f11090aa..cd058ee404 100644 --- a/public/assets/css/compiled/dataTables.tableTools.css +++ b/public/assets/css/compiled/dataTables.tableTools.css @@ -160,7 +160,7 @@ a.DTTT_disabled { * BUTTON_STYLES * Action specific button styles * If you want img/tabletools - comment this back in - +*/ a.DTTT_button_csv, a.DTTT_button_xls, a.DTTT_button_copy, @@ -181,31 +181,31 @@ a.DTTT_button_print span { } -a.DTTT_button_csv span { background: url(../img/tabletools/csv.png) no-repeat bottom right; } -a.DTTT_button_csv:hover span { background: url(../img/tabletools/csv_hover.png) no-repeat center right; } +a.DTTT_button_csv span { background: url(../../img/tabletools/csv.png) no-repeat bottom right; } +a.DTTT_button_csv:hover span { background: url(../../img/tabletools/csv_hover.png) no-repeat center right; } -a.DTTT_button_xls span { background: url(../img/tabletools/xls.png) no-repeat center right; } -a.DTTT_button_xls:hover span { background: #f0f0f0 url(../img/tabletools/xls_hover.png) no-repeat center right; } +a.DTTT_button_xls span { background: url(../../img/tabletools/xls.png) no-repeat center right; } +a.DTTT_button_xls:hover span { background: #f0f0f0 url(../../img/tabletools/xls_hover.png) no-repeat center right; } -a.DTTT_button_copy span { background: url(../img/tabletools/copy.png) no-repeat center right; } -a.DTTT_button_copy:hover span { background: #f0f0f0 url(../img/tabletools/copy_hover.png) no-repeat center right; } +a.DTTT_button_copy span { background: url(../../img/tabletools/copy.png) no-repeat center right; } +a.DTTT_button_copy:hover span { background: #f0f0f0 url(../../img/tabletools/copy_hover.png) no-repeat center right; } -a.DTTT_button_pdf span { background: url(../img/tabletools/pdf.png) no-repeat center right; } -a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../img/tabletools/pdf_hover.png) no-repeat center right; } +a.DTTT_button_pdf span { background: url(../../img/tabletools/pdf.png) no-repeat center right; } +a.DTTT_button_pdf:hover span { background: #f0f0f0 url(../../img/tabletools/pdf_hover.png) no-repeat center right; } + +a.DTTT_button_print span { background: url(../../img/tabletools/print.png) no-repeat center right; } +a.DTTT_button_print:hover span { background: #f0f0f0 url(../../img/tabletools/print_hover.png) no-repeat center right; } -a.DTTT_button_print span { background: url(../img/tabletools/print.png) no-repeat center right; } -a.DTTT_button_print:hover span { background: #f0f0f0 url(../img/tabletools/print_hover.png) no-repeat center right; } - */ button.DTTT_button_collection span { padding-right: 17px; - background: url(../img/tabletools/collection.png) no-repeat center right; + background: url(../../img/tabletools/collection.png) no-repeat center right; } button.DTTT_button_collection:hover span { padding-right: 17px; - background: #f0f0f0 url(../img/tabletools/collection_hover.png) no-repeat center right; + background: #f0f0f0 url(../../img/tabletools/collection_hover.png) no-repeat center right; } @@ -281,7 +281,7 @@ div.DTTT_collection { } div.DTTT_collection_background { - background: transparent url(../img/tabletools/background.png) repeat top left; + background: transparent url(../../img/tabletools/background.png) repeat top left; z-index: 2001; } diff --git a/public/img/tabletools/background.png b/public/assets/img/tabletools/background.png similarity index 100% rename from public/img/tabletools/background.png rename to public/assets/img/tabletools/background.png diff --git a/public/img/tabletools/collection.png b/public/assets/img/tabletools/collection.png similarity index 100% rename from public/img/tabletools/collection.png rename to public/assets/img/tabletools/collection.png diff --git a/public/img/tabletools/collection_hover.png b/public/assets/img/tabletools/collection_hover.png similarity index 100% rename from public/img/tabletools/collection_hover.png rename to public/assets/img/tabletools/collection_hover.png diff --git a/public/img/tabletools/copy.png b/public/assets/img/tabletools/copy.png similarity index 100% rename from public/img/tabletools/copy.png rename to public/assets/img/tabletools/copy.png diff --git a/public/img/tabletools/copy_hover.png b/public/assets/img/tabletools/copy_hover.png similarity index 100% rename from public/img/tabletools/copy_hover.png rename to public/assets/img/tabletools/copy_hover.png diff --git a/public/img/tabletools/csv.png b/public/assets/img/tabletools/csv.png similarity index 100% rename from public/img/tabletools/csv.png rename to public/assets/img/tabletools/csv.png diff --git a/public/img/tabletools/csv_hover.png b/public/assets/img/tabletools/csv_hover.png similarity index 100% rename from public/img/tabletools/csv_hover.png rename to public/assets/img/tabletools/csv_hover.png diff --git a/public/img/tabletools/pdf.png b/public/assets/img/tabletools/pdf.png similarity index 100% rename from public/img/tabletools/pdf.png rename to public/assets/img/tabletools/pdf.png diff --git a/public/img/tabletools/pdf_hover.png b/public/assets/img/tabletools/pdf_hover.png similarity index 100% rename from public/img/tabletools/pdf_hover.png rename to public/assets/img/tabletools/pdf_hover.png diff --git a/public/img/tabletools/print.png b/public/assets/img/tabletools/print.png similarity index 100% rename from public/img/tabletools/print.png rename to public/assets/img/tabletools/print.png diff --git a/public/img/tabletools/print_hover.png b/public/assets/img/tabletools/print_hover.png similarity index 100% rename from public/img/tabletools/print_hover.png rename to public/assets/img/tabletools/print_hover.png diff --git a/public/img/tabletools/xls.png b/public/assets/img/tabletools/xls.png similarity index 100% rename from public/img/tabletools/xls.png rename to public/assets/img/tabletools/xls.png diff --git a/public/img/tabletools/xls_hover.png b/public/assets/img/tabletools/xls_hover.png similarity index 100% rename from public/img/tabletools/xls_hover.png rename to public/assets/img/tabletools/xls_hover.png