From 3a368b252484c9962053f8c578f06addaf00f358 Mon Sep 17 00:00:00 2001 From: magepeopleteam Date: Tue, 1 Nov 2022 04:09:42 +0000 Subject: [PATCH] css update --- css/style.css | 27 +++++++++++++++++++++------ 1 file changed, 21 insertions(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index 2008b62..a5ecef1 100644 --- a/css/style.css +++ b/css/style.css @@ -42,11 +42,6 @@ letter-spacing: inherit; } -span.mep_date_scdl_start_datetime, span.mep_date_scdl_end_datetime { - display: inline-flex; - font-size: 13px; -} - .mep-events-wrapper a, .mep-related-events-sec a { text-decoration: none; @@ -2504,11 +2499,16 @@ h3.ex-sec-title { max-width: 100%; padding: 5px 10px; margin: 10px 0; + font-size: 13px; } span.mep-cart-btn-icon { display: inline-block; margin-right: 10px; } +span.mep_date_scdl_start_datetime, span.mep_date_scdl_end_datetime { + display: inline-flex; + font-size: 13px; +} span.mep-cal-icon { position: absolute; left: -100px; @@ -2521,7 +2521,22 @@ thead.ex-sec-title.mep_ticket_type_title tr th { span.mep-cal-icon i { color: #000; } - +span#mep_everyday_event_time_list select { + border-color: #fff; + margin-top: 0px; + display: block; + border-radius: 5px; + vertical-align: top; + border: 0; + height: 30px; + padding: 3px 9px; +} +.mep_everyday_date_secs ul li { + vertical-align: middle; +} +span#mep_everyday_event_time_list { + padding: 0; +} span.mep_recurring_datepicker_section { position: relative; }