Fix time picker
This commit is contained in:
@@ -1401,4 +1401,19 @@ body.page-id-3 main#main article .entry-content p {
|
||||
body.page-id-3 main#main article .entry-content p {
|
||||
font-size: 16px;
|
||||
}
|
||||
}
|
||||
|
||||
.xdsoft_datetimepicker {
|
||||
width: 100%;
|
||||
max-width: 213px;
|
||||
border-radius: 10px;
|
||||
}
|
||||
.xdsoft_datetimepicker .xdsoft_timepicker {
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
.xdsoft_datetimepicker .xdsoft_prev,
|
||||
.xdsoft_datetimepicker .xdsoft_next {
|
||||
left: 50%;
|
||||
margin-left: 0 !important;
|
||||
transform: translateX(-50%);
|
||||
}/*# sourceMappingURL=custom.css.map */
|
||||
File diff suppressed because one or more lines are too long
@@ -1534,3 +1534,19 @@ body.page-id-3 {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.xdsoft_datetimepicker {
|
||||
width: 100%;
|
||||
max-width: 213px;
|
||||
border-radius: 10px;
|
||||
|
||||
.xdsoft_timepicker {
|
||||
width: calc(100% - 8px);
|
||||
}
|
||||
.xdsoft_prev,
|
||||
.xdsoft_next {
|
||||
left: 50%;
|
||||
margin-left: 0 !important;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user