Modify the look of tournament table.
This commit is contained in:
parent
84012ab431
commit
1b50743aa2
@ -11,6 +11,7 @@ $(function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
/* Sort a tournament table with tablesorter */
|
/* Sort a tournament table with tablesorter */
|
||||||
|
$('.tablesorter .opponent').addClass('{sorter: false}');
|
||||||
$('.tablesorter').tablesorter({
|
$('.tablesorter').tablesorter({
|
||||||
widgets: ['zebra']
|
widgets: ['zebra']
|
||||||
});
|
});
|
||||||
|
@ -51,13 +51,13 @@ table.tournament {
|
|||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
tbody > tr {
|
thead > tr > .opponent,
|
||||||
> .score, > .diagonal {
|
tbody > tr > .score,
|
||||||
min-width: 21px;
|
tbody > tr > .diagonal {
|
||||||
text-align: center;
|
min-width: 21px;
|
||||||
}
|
text-align: center;
|
||||||
> .diagonal {
|
}
|
||||||
background: black !important;
|
tbody > tr > .diagonal {
|
||||||
}
|
background: black !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user