Show series wins in final score view.

This commit is contained in:
Patrick Fairbank
2018-09-19 01:26:49 -07:00
parent d8c4b92f57
commit 97c79c60e9
4 changed files with 56 additions and 3 deletions

View File

@@ -362,6 +362,23 @@ html {
[data-checked=false] {
color: #e00;
}
.final-footer {
float: left;
width: 33.3%;
}
#finalSeriesStatus {
text-align: center;
min-height: 1px;
}
#finalSeriesStatus[data-leader="red"] {
color: #f66;
}
#finalSeriesStatus[data-leader="blue"] {
color: #39f;
}
#finalMatchName {
text-align: right;
}
#sponsor {
position: fixed;
width: 1000px;