From 8c291d4b2e573a6a1fa641fe88168454c9a47c99 Mon Sep 17 00:00:00 2001 From: Patrick Fairbank Date: Sat, 19 May 2018 12:38:34 -0700 Subject: [PATCH] Update pit display for 2018. --- static/css/pit_display.css | 4 ++-- templates/pit_display.html | 14 ++++++-------- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/static/css/pit_display.css b/static/css/pit_display.css index 74cf3d0..6ce621a 100644 --- a/static/css/pit_display.css +++ b/static/css/pit_display.css @@ -68,10 +68,10 @@ body { margin: 0; } .team-field { - width: 7%; + width: 8%; } .team-nickname { - width: 23%; + width: 20%; overflow: hidden; white-space: nowrap; text-align: left; diff --git a/templates/pit_display.html b/templates/pit_display.html index c5d8dd6..245c5aa 100644 --- a/templates/pit_display.html +++ b/templates/pit_display.html @@ -28,11 +28,10 @@ Team Name RP - Match + Park/Climb Auto - Rotor - Takeoff - Pressure + Ownership + Vault W-L-T DQ Played @@ -57,11 +56,10 @@ {{"{{this.TeamId}}"}} {{"{{this.Nickname}}"}} {{"{{this.RankingPoints}}"}} - {{"{{this.MatchPoints}}"}} + {{"{{this.ParkClimbPoints}}"}} {{"{{this.AutoPoints}}"}} - {{"{{this.RotorPoints}}"}} - {{"{{this.TakeoffPoints}}"}} - {{"{{this.PressurePoints}}"}} + {{"{{this.OwnershipPoints}}"}} + {{"{{this.VaultPoints}}"}} {{"{{this.Wins}}"}}-{{"{{this.Losses}}"}}-{{"{{this.Ties}}"}} {{"{{this.Disqualifications}}"}} {{"{{this.Played}}"}}