Add "Next Team" preset to league tables

This commit is contained in:
Brian Miyaji
2018-05-02 13:53:19 +10:00
parent 52f96851b1
commit 0722a9fb49
4 changed files with 140 additions and 7 deletions

View File

@@ -176,15 +176,17 @@
.sp-league-table td.has-logo {
line-height: 2em;
}
.sp-league-table .data-name .team-logo {
.sp-league-table .team-logo {
width: 2em;
height: 2em;
margin-right: 0.5em;
display: inline-block;
vertical-align: middle;
text-align: center;
}
.sp-league-table .data-name .team-logo img {
.sp-league-table .data-name .team-logo {
margin-right: 0.5em;
}
.sp-league-table .team-logo img {
width: auto;
height: auto;
max-width: 2em;