From 4f7e98094a168b9d54cae9bec376094d9e2bb09b Mon Sep 17 00:00:00 2001 From: Jeroen Dalsem Date: Thu, 20 Jun 2024 14:38:08 +0200 Subject: [PATCH] chore: cleanup of unused css --- views/default/event_manager/site.css | 52 ++++++++-------------------- 1 file changed, 15 insertions(+), 37 deletions(-) diff --git a/views/default/event_manager/site.css b/views/default/event_manager/site.css index 9644570..508f8b8 100644 --- a/views/default/event_manager/site.css +++ b/views/default/event_manager/site.css @@ -13,7 +13,6 @@ } .event-manager-header { - display: flex; flex-direction: row; flex-wrap: wrap; @@ -102,12 +101,6 @@ .event_manager_event_edit_date { width: 100px; - height: 20px; -} - -.event-manager-event-view-level { - display: flex; - flex-wrap: wrap; } .event-manager-align-bottom { @@ -120,40 +113,30 @@ } /* Event listing */ -.event_manager_event_view_owner { - color: #808080; - font-size: 11px; - border-bottom: 1px solid #CCCCCC; - padding: 0 0 2px; -} - .event_manager_event_list_icon { text-align: center; width: 40px; padding: 1px; - background: #4787b8; + background: #0078ac; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 3px; box-shadow: inset 0 0 1px rgba(255, 255, 255, 0.6); - - -webkit-box-sizing: border-box; - -moz-box-sizing: border-box; box-sizing: border-box; -} - -.event_manager_event_list_icon_day { - font-size: 15px; - font-weight: bold; - line-height: 23px; - background: #FFFFFF; - border-radius: 0 0 2px 2px; -} -.event_manager_event_list_icon_month { - color: #FFFFFF; - font-size: 11px; - line-height: 11px; - padding: 2px 0; + + .event_manager_event_list_icon_day { + font-size: 15px; + font-weight: bold; + line-height: 23px; + background: #FFFFFF; + border-radius: 0 0 2px 2px; + } + .event_manager_event_list_icon_month { + color: #FFFFFF; + font-size: 11px; + line-height: 11px; + padding: 2px 0; + } } .elgg-list .elgg-item-object-event .elgg-listing-summary-content div + .elgg-menu-event-rsvp-container { @@ -262,15 +245,10 @@ } } -/* event copy form */ .elgg-form-event-manager-event-copy { width: 600px; } -.leaflet-container .elgg-button { - color: white; /* fix for leaflet taking over color of links */ -} - #event_manager_onthemap_canvas { height: 650px; margin-bottom: 20px;