feat: arena ladder
This commit is contained in:
parent
ac6ca4c84e
commit
f7be06074e
12 changed files with 429 additions and 10 deletions
29
static/css/arena-team.css
Normal file
29
static/css/arena-team.css
Normal file
|
|
@ -0,0 +1,29 @@
|
|||
#arena-header {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#arena-header .emblem-container {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
#arena-header .info {
|
||||
text-align: center;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
#arena-header .info .team-name {
|
||||
margin-top: -8px;
|
||||
}
|
||||
|
||||
#stats td,
|
||||
#stats th {
|
||||
border: 1px solid #dddddd;
|
||||
text-align: left;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.dataTables_info {
|
||||
display: none;
|
||||
}
|
||||
|
|
@ -1,7 +1,3 @@
|
|||
#select-realm {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
#results_processing {
|
||||
height: 70px;
|
||||
}
|
||||
|
|
|
|||
8
static/css/ladder-arena.css
Normal file
8
static/css/ladder-arena.css
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#select-arena-type-container {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
#select-arena-type-container .arena-type-label {
|
||||
align-self: center;
|
||||
margin-right: 4px;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue