1

Improve the look of tournament tables, using the last version of tablesorter.

This commit is contained in:
vonavi
2014-03-22 14:31:04 +02:00
parent e62f314ad0
commit ae01cf4d3e
9 changed files with 40 additions and 67 deletions

View File

@@ -0,0 +1,30 @@
/* Tournament table */
table.tournament {
thead > tr > th, thead > tr > td,
tfoot > tr > th, tfoot > tr > td,
tbody > tr > th, tbody > tr > td {
padding: 0;
}
thead > tr > .opponent,
tbody > tr > .score,
tbody > tr > .diagonal {
min-width: 21px;
text-align: center;
}
tbody > tr > .diagonal {
background: black !important;
}
}
/* Tablesorter */
/* Fix the background color of tfoot */
.tablesorter-blue tfoot {
.tablesorter-headerSortUp, .tablesorter-headerSortDown,
.tablesorter-headerAsc, .tablesorter-headerDesc {
background-color: #fff;
}
}