From dd3064fa37f67b6f2583adb2dd854d100bb6e74f Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 12 Dec 2016 20:04:43 +1100 Subject: [PATCH] Add match stats styling --- assets/css/sportspress-style.css | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index e7c8dab4..30083043 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -334,6 +334,33 @@ border: none !important; } +/* Match Stats */ + +.sp-template-event-statistics .sp-statistic-label { + font-size: 12px !important; + font-weight: 500 !important; + color: #999 !important; +} + +.sp-event-statistics { + margin: 0 0 10px !important; +} + +.sp-event-statistics, +.sp-event-statistics tr, +.sp-event-statistics td { + border: none !important; +} + +.sp-event-statistics .sp-statistic-ratio { + padding: 0 !important; +} + +.sp-event-statistics .sp-statistic-bar { + border: 1px solid #e5e5e5 !important; + background: #f9f9f9 !important; +} + /* Venues */ .sp-event-venue-map-row td {