Add a tournament overview dialog

This commit is contained in:
Claude Brisson
2024-04-13 23:15:42 +02:00
parent 9e09a0edef
commit 7837daf973
6 changed files with 85 additions and 3 deletions

View File

@@ -532,11 +532,12 @@
}
#title {
position: relative;
font-size: 1rem !important;
margin-top: 0.1em !important;
}
#logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle {
#logo, #lang, .steps, #filter-box, #reglist-mode, #footer, #unpairables, #pairing-buttons, button, #standings-params, #logout, .pairing-stats, .result-sheets, .toggle, #overview {
display: none !important;
}

View File

@@ -16,6 +16,29 @@
font-weight: bold;
}
#overview {
position: absolute;
top: 0.2em;
right: 0.5em;
z-index: 2;
button {
line-height: 0.6em;
}
transform: scale(0.65);
}
#tournament-overview table {
table-layout: fixed;
text-align: center;
border-collapse: collapse;
th, td {
border: solid 1px gray;
}
th {
padding: 0 0.5em;
}
}
/* information section */
form {