Fix contest rescore bug
This commit is contained in:
parent
3d67fb274e
commit
18d23c771a
9 changed files with 42 additions and 58 deletions
|
@ -843,6 +843,10 @@ noscript #noscript {
|
|||
.nav-fa-icon {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.page-title {
|
||||
margin-left: 0.5em;
|
||||
}
|
||||
}
|
||||
|
||||
@media(min-width: 800px) {
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
}
|
||||
}
|
||||
|
||||
td:first-child {
|
||||
th:first-child, td:first-child {
|
||||
border-color: $border_gray;
|
||||
border-width: 1px 1px 0 1px;
|
||||
}
|
||||
|
|
|
@ -179,6 +179,7 @@ th.header.rank {
|
|||
vertical-align: top;
|
||||
width: 225px;
|
||||
float: right;
|
||||
margin-top: 1em;
|
||||
|
||||
.select2-selection__arrow {
|
||||
display: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue