diff --git a/assets/css/sportspress-style.css b/assets/css/sportspress-style.css index b2d2bfd0..bf52728f 100644 --- a/assets/css/sportspress-style.css +++ b/assets/css/sportspress-style.css @@ -345,6 +345,20 @@ text-decoration: none !important; } +.sp-template-event-calendar tbody td { + position: relative !important; +} + +.sp-template-event-calendar tbody td a:before { + content: '•' !important; + position: absolute !important; + font-size: 20px !important; + line-height: 1 !important; + width: 1em !important; + top: 0 !important; + right: 0 !important; +} + /* Event Lists */ .sp-template-event-list .data-home { @@ -672,9 +686,17 @@ padding: 15px 5px !important; } + .sp-template-event-calendar tbody td a:before { + font-size: 25px !important; + } + .widget .sp-template-event-calendar tbody td { padding: 10px 5px !important; } + + .widget .sp-template-event-calendar tbody td a:before { + font-size: 20px !important; + } } @media screen and (min-width: 801px) { @@ -682,10 +704,18 @@ padding: 20px 5px !important; } + .sp-template-event-calendar tbody td a:before { + font-size: 30px !important; + } + .widget .sp-template-event-calendar tbody td { padding: 10px 5px !important; } + .widget .sp-template-event-calendar tbody td a:before { + font-size: 20px !important; + } + .sp-template-event-performance-icons.sp-template-event-performance-section:nth-child(2n) { padding-top: 61px !important; } diff --git a/assets/css/sportspress.css b/assets/css/sportspress.css index bb2ecd41..eb1837b9 100644 --- a/assets/css/sportspress.css +++ b/assets/css/sportspress.css @@ -327,7 +327,8 @@ .sp-event-calendar a { text-decoration: none; } -.sp-event-calendar tbody td, .sp-event-calendar thead th { +.sp-event-calendar tbody td, +.sp-event-calendar thead th { text-align: center; } .sp-event-calendar #next {