Transaction Table CSS Clean up

This commit is contained in:
FallenGravity
2019-10-22 06:23:23 +02:00
parent 80fb205be7
commit e08c8e59f0
4 changed files with 3099 additions and 2031 deletions

View File

@@ -14340,7 +14340,7 @@
/* Features */
"sWrapper": "dataTables_wrapper",
"sFilter": "dataTables_filter",
"sInfo": "dataTables_info",
//"sInfo": "dataTables_info",
"sPaging": "dataTables_paginate paging_", /* Note that the type is postfixed */
"sLength": "dataTables_length",
"sProcessing": "dataTables_processing",

File diff suppressed because one or more lines are too long

View File

@@ -367,7 +367,9 @@ table.dataTable td {
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
color: #333333; }
color: #333333;
display: none;
}
.dataTables_wrapper .dataTables_scroll {
clear: both; }
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {

View File

@@ -13,18 +13,6 @@
<th></th>
</tr>
</thead>
<tfoot>
<tr>
<th></th>
<th>Block</th>
<th>Timestamp</th>
<th>From</th>
<th>TxHash</th>
<th>To</th>
<th>Value</th>
<th></th>
</tr>
</tfoot>
</table>
</div>