diff --git a/app/config/version.php b/app/config/version.php index 33e326a9eb..f7655de193 100644 --- a/app/config/version.php +++ b/app/config/version.php @@ -1,5 +1,5 @@ 'v1.2.6.1-10', - 'hash_version' => 'v1.2.6.1-10-g2cdfeac', + 'app_version' => 'v1.2.6.1-21', + 'hash_version' => 'v1.2.6.1-21-ge94c24d', ); \ No newline at end of file diff --git a/app/views/backend/hardware/index.blade.php b/app/views/backend/hardware/index.blade.php index bf25ea03e4..1dd8e7cb7f 100755 --- a/app/views/backend/hardware/index.blade.php +++ b/app/views/backend/hardware/index.blade.php @@ -33,6 +33,10 @@ {{-- Page content --}} @section('content') +
diff --git a/public/assets/css/compiled/dataTables.tableTools.css b/public/assets/css/compiled/dataTables.tableTools.css index cd058ee404..412efcf806 100644 --- a/public/assets/css/compiled/dataTables.tableTools.css +++ b/public/assets/css/compiled/dataTables.tableTools.css @@ -175,29 +175,12 @@ a.DTTT_button_copy span, a.DTTT_button_pdf span, a.DTTT_button_print span { display: inline-block; - height: 24px; - line-height: 24px; - padding-right: 30px; + height: 18px; + line-height: 18px; + padding-right: 10px; } -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_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_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;