css update
This commit is contained in:
parent
f73fee95a4
commit
3a368b2524
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue