Update dataTables to version 1.10.4

This commit is contained in:
Brian Miyaji
2015-01-24 12:46:04 +11:00
parent eec9425ff1
commit 1d62353ccf
5 changed files with 219 additions and 276 deletions

View File

@@ -9,11 +9,15 @@
}
/* Pagination */
.sp-pagination tfoot tr td.prev {
text-align: right;
.sp-table-wrapper .dataTables_paginate .previous {
float: right;
margin-left: 0.5em;
margin-right: 0;
}
.sp-pagination tfoot tr td.next {
text-align: left;
.sp-table-wrapper .dataTables_paginate .next {
float: left;
margin-right: 0.5em;
margin-left: 0;
}
/* League Table and Player List */