PluginProbe
Booking Calendar / 11.8.4
Booking Calendar v11.8.4
11.8.4 11.8.3 11.8.2 11.8.1 11.8 11.7 11.6.1 11.6 11.5 11.4.3 11.4.2 11.4.1 11.4 11.3 11.2.1 11.2 11.1 11.0 10.15.7 10.15.6 10.1.3 10.10 10.10.1 10.10.2 10.11 All 204 releases
← All changes | includes/page-form-builder/__css/bfb_divider.css +5 -3 11.811.8.4 View file →
@@ -69,13 +69,15 @@
69 69 background: transparent;
70 70 }
71 71
72 72 /*
73 - * The Full-Day two-column template uses a desktop-only center separator.
74 - * Remove its column when the surrounding form columns stack on small screens.
73 + * The two-column Full-Day and Time-Slots templates use desktop-only center
74 + * separators. Remove their columns when the surrounding form stacks.
75 75 */
76 76 @media (max-width: 782px) {
77 77 .wpbc_bfb_form .wpbc__row.wpbc_bfb_full_day_split_form > .wpbc__field:has(.wpbc_bfb_divider_wrap[data-orientation="vertical"]),
78 - .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_full_day_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"] {
78 + .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_full_day_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"],
79 + .wpbc_bfb_form .wpbc__row.wpbc_bfb_time_slots_split_form > .wpbc__field:has(.wpbc_bfb_divider_wrap[data-orientation="vertical"]),
80 + .wpbc_bfb_form .wpbc_bfb__section.wpbc_bfb_time_slots_split_form .wpbc_bfb__field[data-type="divider"][data-orientation="vertical"] {
79 81 display: none;
80 82 }
81 83 }