From e252db94255d99c8ac025a7b19393bad3779e1a6 Mon Sep 17 00:00:00 2001 From: Brian Miyaji Date: Mon, 12 Dec 2016 18:36:36 +1100 Subject: [PATCH] Add default profile details styles --- assets/css/sportspress-style.css | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index 7641368d..557b3ba0 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -6,9 +6,14 @@ } .sp-template { + overflow: hidden !important; margin-bottom: 20px !important; } +.sp-data-table { + margin: 0 !important; +} + .sp-template *, .sp-data-table * { text-transform: none !important; @@ -299,6 +304,37 @@ font-weight: 400 !important; } +/* Profiles */ + +.sp-template-details dl { + margin: 0 0 20px !important; + padding: 15px !important; + border: 1px solid #e5e5e5 !important; +} + +.sp-template-details dt, +.sp-template-details dd { + margin: 0 !important; + padding: 0 !important; +} + +.sp-template-details dt { + font-size: 12px !important; + font-weight: 500 !important; + color: #999 !important; +} + +.sp-template-details dd { + font-size: 16px !important; + font-weight: 400 !important; + color: #333 !important; + margin-bottom: 10px !important; +} + +.sp-template-details dd:last-child { + margin-bottom: 0 !important; +} + /* Tabs */ .sp-tab-menu {