From 9503aefcdfff782e7159cd6e379cba54801a239a Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 12 Dec 2016 19:06:37 +1100 Subject: [PATCH] Add Twitter and event logo block styling --- assets/css/sportspress-style.css | 28 +++++++++++++++++++++++++++- 1 file changed, 27 insertions(+), 1 deletion(-) diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index f469f076..db4bf9ea 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -111,6 +111,10 @@ border: none !important; } +.sp-data-table th a { + color: inherit !important; +} + .sp-data-table .data-name { text-align: left !important; } @@ -303,12 +307,27 @@ text-decoration: none !important; } -.sp-template-event-blocks .sp-event-title { +.sp-template-event-blocks .sp-event-title, +.sp-template-event-blocks .sp-event-status { + display: block !important; padding: 0 !important; + margin: 10px !important; font-size: 13px !important; font-weight: 400 !important; } +.sp-template-event-logos-block .sp-team-name { + font-size: 20px !important; + font-weight: 400 !important; + padding: 0 !important; + margin: 0 !important; + color: #333 !important; +} + +.sp-template-event-logos-block a:hover { + text-decoration: none !important; +} + /* Profiles */ .sp-template-details dl { @@ -340,6 +359,13 @@ margin-bottom: 0 !important; } +/* Twitter */ + +.sp-tweets { + border: 1px solid #e5e5e5 !important; + border-top: none !important; +} + /* Tabs */ .sp-tab-menu {