|
|
|
@ -593,7 +593,7 @@ h-margin { |
|
|
|
|
|
|
|
|
|
|
|
.table-row-4-colums-club-tournament { |
|
|
|
.table-row-4-colums-club-tournament { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 100px 60px 1fr auto; |
|
|
|
grid-template-columns: 100px 100px 1fr auto; |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
@ -611,7 +611,7 @@ h-margin { |
|
|
|
|
|
|
|
|
|
|
|
.table-row-3-colums-ranks { |
|
|
|
.table-row-3-colums-ranks { |
|
|
|
display: grid; |
|
|
|
display: grid; |
|
|
|
grid-template-columns: 80px 1fr auto ; |
|
|
|
grid-template-columns: 80px 1fr auto; |
|
|
|
/* first column is a hack */ |
|
|
|
/* first column is a hack */ |
|
|
|
align-items: center; |
|
|
|
align-items: center; |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
@ -635,6 +635,7 @@ h-margin { |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
/* Vertically center the content within each column */ |
|
|
|
padding: 5px 0px; |
|
|
|
padding: 5px 0px; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
@media print, |
|
|
|
@media print, |
|
|
|
screen and (min-width: 80em) { |
|
|
|
screen and (min-width: 80em) { |
|
|
|
.table-row-4-colums { |
|
|
|
.table-row-4-colums { |
|
|
|
@ -682,9 +683,11 @@ screen and (min-width: 80em) { |
|
|
|
.table-row-4-colums-tournament { |
|
|
|
.table-row-4-colums-tournament { |
|
|
|
grid-template-columns: auto 1fr auto auto; |
|
|
|
grid-template-columns: auto 1fr auto auto; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.table-cell-responsive-large { |
|
|
|
.table-cell-responsive-large { |
|
|
|
display: block; |
|
|
|
display: block; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
.table-cell-responsive-short { |
|
|
|
.table-cell-responsive-short { |
|
|
|
display: none; |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
|