1
Fork 0

Modify the look of tournament table.

master
vonavi 2014-03-22 10:32:54 +02:00
parent 84012ab431
commit 1b50743aa2
2 changed files with 9 additions and 8 deletions

View File

@ -11,6 +11,7 @@ $(function() {
};
/* Sort a tournament table with tablesorter */
$('.tablesorter .opponent').addClass('{sorter: false}');
$('.tablesorter').tablesorter({
widgets: ['zebra']
});

View File

@ -51,13 +51,13 @@ table.tournament {
padding: 0;
}
tbody > tr {
> .score, > .diagonal {
min-width: 21px;
text-align: center;
}
> .diagonal {
background: black !important;
}
thead > tr > .opponent,
tbody > tr > .score,
tbody > tr > .diagonal {
min-width: 21px;
text-align: center;
}
tbody > tr > .diagonal {
background: black !important;
}
}