diff --git a/static/css/alliance_station_display.css b/static/css/alliance_station_display.css index 7c85684..da8a0d4 100644 --- a/static/css/alliance_station_display.css +++ b/static/css/alliance_station_display.css @@ -41,7 +41,7 @@ body[data-mode=fieldReset] .mode#fieldReset { bottom: 0; left: 0; right: 0; - width: 70%; + height: 105%; margin: auto auto; } diff --git a/static/css/audience_display.css b/static/css/audience_display.css index 55e8fff..64159e4 100644 --- a/static/css/audience_display.css +++ b/static/css/audience_display.css @@ -92,12 +92,12 @@ html { } #logo { position: relative; - top: 15px; - height: 120px; + top: 30px; + height: 90px; } #matchTime { position: relative; - top: -26px; + top: 1px; height: 60px; color: #222; font-family: "FuturaLTBold"; @@ -185,8 +185,8 @@ html { } #blindsLogo { position: relative; - top: 17px; - height: 275px; + top: 37px; + height: 250px; } #finalScore { position: fixed; @@ -371,8 +371,8 @@ html { font-size: 3.5em; } #allianceSelectionTable img { - width: 5em; - margin: -0.3em; + width: 6em; + margin: -0.2em; } #allianceSelectionTable tr:nth-child(even) { background-color: #ccc; diff --git a/static/img/alliance-selection-logo.png b/static/img/alliance-selection-logo.png index d2670e0..a00d547 100644 Binary files a/static/img/alliance-selection-logo.png and b/static/img/alliance-selection-logo.png differ diff --git a/static/img/alliance-station-logo.png b/static/img/alliance-station-logo.png index 5b7d093..de95285 100644 Binary files a/static/img/alliance-station-logo.png and b/static/img/alliance-station-logo.png differ diff --git a/static/img/game-logo.png b/static/img/game-logo.png index 9c992ae..f4d02e3 100644 Binary files a/static/img/game-logo.png and b/static/img/game-logo.png differ diff --git a/static/js/audience_display.js b/static/js/audience_display.js index f35475e..5f13fb8 100644 --- a/static/js/audience_display.js +++ b/static/js/audience_display.js @@ -23,7 +23,7 @@ var overlayCenteringTopHideParams = {queue: false, top: overlayCenteringTopUp}; var overlayCenteringTopShowParams = {queue: false, top: "50px"}; var eventMatchInfoDown = "30px"; var eventMatchInfoUp = $("#eventMatchInfo").css("height"); -var logoUp = "-3px"; +var logoUp = "10px"; var logoDown = $("#logo").css("top"); var scoreIn = $(".score").css("width"); var scoreMid = "135px";