css update
This commit is contained in:
parent
3a368b2524
commit
ce9dd03fff
|
@ -1648,7 +1648,7 @@ button.mep-cat-control.mixitup-control-active {
|
||||||
}
|
}
|
||||||
|
|
||||||
#mep_event_date_sch {
|
#mep_event_date_sch {
|
||||||
height: 270px;
|
height: 300px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -2529,7 +2529,9 @@ span#mep_everyday_event_time_list select {
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
border: 0;
|
border: 0;
|
||||||
height: 30px;
|
height: 30px;
|
||||||
padding: 3px 9px;
|
padding: 0 7px;
|
||||||
|
font-size: 20px;
|
||||||
|
color: #495057;
|
||||||
}
|
}
|
||||||
.mep_everyday_date_secs ul li {
|
.mep_everyday_date_secs ul li {
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
|
@ -2545,7 +2547,8 @@ span.mep-datepicker-input-box {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.user-info-sec h5 {
|
.user-info-sec h5 {
|
||||||
font-weight: 500;
|
font-weight: bold;
|
||||||
|
font-size: 16px;
|
||||||
}
|
}
|
||||||
.mep_everyday_date_secs {
|
.mep_everyday_date_secs {
|
||||||
padding: 5px 10px !important;
|
padding: 5px 10px !important;
|
||||||
|
|
Loading…
Reference in New Issue