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_form_effects.css +23 -17 11.511.8.4 View file →
@@ -1,27 +1,33 @@
1 -/* File: ../includes/page-form-builder/__css/bfb_form_effects.css */
2 -/* Form Setting Option - Right Side Pallete */
3 -.wpbc_bfb__inspector_form_settings .wpbc_bfb__form_setting {
4 - background: #f9f9f9;
5 - padding: 0 10px 10px;
6 - box-sizing: border-box;
7 - border-radius: 5px;
8 -}
9 -/*.wpbc_bfb__inspector_form_settings .wpbc_bfb__form_setting:not(:last-child) {*/
10 -/* border-bottom:1px solid #bfbfbf;*/
11 -/* padding: 0 0 25px;*/
12 -/*}*/
13 -/* -- Line #1: FONT-END | Line #2: BACK-END / Canvas -- ----------------------------------------------------------- */
14 -.booking_form_div .wpbc_bfb_form,
1 +/* File: ../includes/page-form-builder/__css/bfb_form_effects.css */
2 +/* Form Setting Option - Right Side Pallete */
3 +.wpbc_bfb__inspector_form_settings .wpbc_bfb__form_setting {
4 + background: #f9f9f9;
5 + padding: 0 10px 10px;
6 + box-sizing: border-box;
7 + border-radius: 5px;
8 +}
9 +/*.wpbc_bfb__inspector_form_settings .wpbc_bfb__form_setting:not(:last-child) {*/
10 +/* border-bottom:1px solid #bfbfbf;*/
11 +/* padding: 0 0 25px;*/
12 +/*}*/
13 +/* -- Line #1: FONT-END | Line #2: BACK-END / Canvas -- ----------------------------------------------------------- */
14 +.booking_form_div .wpbc_bfb_form,
15 15 .wpbc_bfb__panel--preview .wpbc_bfb__form_preview_section_container
16 16 {
17 17 width: var(--wpbc-bfb-booking_form_layout_width, 100%);
18 - max-width: 100%;
19 - margin-left: auto;
18 + max-width: Min( 100%, 67rem );
19 + margin-left: auto;
20 20 margin-right: auto;
21 21 box-sizing: border-box;
22 22 }
23 -
23 +/* Mobile mode */
24 +@media (max-width: 782px) {
25 + div.booking_form_div .wpbc_bfb_form {
26 + width: 100%;
27 + max-width: 100%;
28 + }
29 +}
24 30 div.wpbc_container.wpbc_form.wpbc_bfb_form_appearance_custom,
25 31 div.wpbc_container.wpbc_form .wpbc_bfb_form_appearance_custom {
26 32 color: var(--wpbc_form-label-color) !important;
27 33 }