Smaller buttons with no icon for TableTools

This commit is contained in:
snipe
2015-03-13 17:13:48 -07:00
parent 96e40721b2
commit 1684d211ff
3 changed files with 9 additions and 22 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
<?php
return array (
'app_version' => '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',
);
@@ -33,6 +33,10 @@
{{-- Page content --}}
@section('content')
<style>
.dataTables_filter {padding-right: 20px;}
</style>
<div class="row header">
<div class="col-md-12">
@@ -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;