PluginProbe
Booking Calendar / 10.15.7
Booking Calendar v10.15.7
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 10.11.2 10.11.3 10.11.4 All 201 releases
booking / css / modal.css

modal.css in Booking Calendar 10.15.7, at css/modal.css

665 lines 23.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 /**
2 * @version 1.0
3 * @package: Admin Panel
4 * @category: Admin UI
5 * @author wpdevelop
6 *
7 * @web-site https://wpbookingcalendar.com/
8 * @email info@wpbookingcalendar.com
9 *
10 * @modified 2016-01-10
11 */
12
13 /* M o d a l s **************************************************************/
14 .wpdevelop .modal.wpbc_popup_modal {
15 z-index: 50000;
16 z-index: 1000000;
17 }
18 .wpdevelop .modal-header {
19 background: none repeat scroll 0 0 #F5F5F5;
20 text-shadow: 0 0 2px #FFF;
21 }
22
23 /* Payment request Modal */
24 #wpbc_payment_request_modal .modal-header h3 {
25 color: #333;
26 }
27 #wpbc_payment_request_modal .modal-body textarea {
28 width: 100%;
29 }
30
31 /* Print Loyout Modal */
32 #wpbc_print_modal .modal-header {
33 background: none repeat scroll 0 0 #F5F5F5;
34 text-shadow: 0 0 2px #FFF;
35 }
36 #wpbc_print_modal .modal-header h3 {
37 color: #333;
38 }
39 #wpbc_print_modal .modal-header {
40 text-shadow: none;
41 }
42
43 /* Modal Google Calendar Events Import */
44 .wpbc_modal__import_google_calendar__section span.description {
45 display:none;
46 }
47 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until,
48 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset,
49 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from,
50 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset {
51 float:left;
52 }
53
54
55 .wpbc_modal__import_google_calendar__section th {
56 vertical-align: middle;
57 }
58 .wpbc_modal__import_google_calendar__section th,
59 .wpbc_modal__import_google_calendar__section td {
60 border:none;
61 }
62
63 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from_offset_type,
64 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until_offset_type {
65 vertical-align: initial;
66 }
67
68 .wpdevelop .modal-dialog .modal-content {
69 overflow: auto;
70 }
71 @media (max-width: 782px) {
72 .wpdevelop .modal-dialog {
73 margin: 15px;
74 }
75 .wpdevelop .modal-header {
76 border-radius: 10px 10px 0 0;
77 }
78 .wpdevelop .modal {
79 overflow: auto;
80 }
81 /* Import Google Events Dialog*/
82 .wpbc_modal__import_google_calendar__section .modal-dialog.modal-lg {
83 width: auto;
84 }
85 .wpbc_modal__import_google_calendar__section label{
86 font-weight: 600;
87 font-size: 1.1em;
88 width:100%;
89 display:block;
90 float:none;
91 }
92 .wpbc_modal__import_google_calendar__section input[type=text],
93 .wpbc_modal__import_google_calendar__section select {
94 display:block;
95 width:100%;
96 clear:both;
97 height:34px;
98 float:none !important;
99 }
100 .wpbc_modal__import_google_calendar__section th,
101 .wpbc_modal__import_google_calendar__section td {
102 display:block;
103 padding:0;
104 }
105 .wpbc_modal__import_google_calendar__section td {
106 margin-bottom: 15px;
107 }
108 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until,
109 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset,
110 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from,
111 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset {
112 float:none;
113 margin:0 !important;
114 }
115 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset label,
116 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset label {
117 float:none;
118 margin:10px 0 0!important;
119 }
120 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from_offset,
121 .wpbc_modal__import_google_calendar__section #booking_gcal_events_from_offset_type,
122 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until_offset,
123 .wpbc_modal__import_google_calendar__section #booking_gcal_events_until_offset_type {
124 width:100% !important;
125 float:none;
126 }
127 .wpbc_modal__import_google_calendar__section .booking_gcal_events_from_offset > span.wpbc_offset_value select,
128 .wpbc_modal__import_google_calendar__section .booking_gcal_events_until_offset > span.wpbc_offset_value select {
129 margin-top:10px !important;
130 }
131
132 /* M o d a l TinyMCE t o o l b a r ****************************/
133 .wpbc_popup_modal .form-table td input[type='text'],
134 .wpbc_popup_modal .form-table td select {
135 height: 40px;
136 font-size: 16px;
137 min-width: Min(10em,100%);
138 }
139
140 /*
141 .wpbc_popup_modal .wpdvlp-top-tabs .nav-tab {
142 -moz-border-radius:0;
143 -webkit-border-radius:0;
144 border-radius:0;
145 border: 1px solid #cccccc;
146 padding: 10px;
147 width: 100%;
148 } */
149 }
150 /* Fix position of modal window, that depend from sidebar in admin panel */
151 @media (min-width: 992px) and (max-width: 1300px) {
152 .wpdevelop .modal-dialog {
153 margin: 30px 170px auto;
154 }
155 .wpdevelop .modal-dialog.modal-lg {
156 width: 815px;
157 }
158 .wpbc_modal__import_google_calendar__section th {
159 width:140px;
160 }
161 }
162
163 /* M o d a l TinyMCE t o o l b a r ****************************************/
164
165 .wpbc_popup_modal .modal-dialog.modal-lg {
166 width:94%;
167 }
168 /* Scrollbar for modal */
169 .wpbc_popup_modal {
170 overflow-y: auto !important;
171 }
172 /* this pasrt for having scrollbar inside of the modal window with fixed height */
173 #wpbc_tiny_modal_NO .modal-dialog{
174 overflow-y: initial !important;
175 }
176 #wpbc_tiny_modal_NO .modal-body{
177 height: 250px;
178 overflow-y: auto;
179 }
180 .wp-admin .modal-backdrop {
181 background-color: #000000;
182 bottom: 0;
183 left: 0;
184 position: fixed;
185 right: 0;
186 top: 0;
187 z-index: 111040;
188 }
189 .wp-admin .modal-backdrop.fade {
190 opacity: 0;
191 }
192 .wp-admin .modal-backdrop.in {
193 opacity: 0.5;
194 }
195 .wpbc_popup_modal strong,
196 .wpbc_popup_modal label {
197 font-weight: 600;
198 }
199 .form-table td fieldset label.wpbc-form-radio{
200 margin: 0 0 5px !important;
201 }
202 .wpbc_popup_modal .form-table th {
203 font-weight: 600;
204 line-height: 1.3;
205 padding-bottom: 10px;
206 padding-left: 0;
207 padding-right: 10px;
208 padding-top: 10px;
209 vertical-align: top;
210 width: 200px;
211 }
212 .wpbc_popup_modal .form-table td {
213 line-height: 1.3;
214 margin-bottom: 9px;
215 padding-bottom: 5px;
216 padding-left: 10px;
217 padding-right: 10px;
218 padding-top: 10px;
219 vertical-align: middle;
220 }
221 /* ------------------------------------------------------------------ */
222 /* Align TOGGLE with span and label elements in popup */
223 /* ------------------------------------------------------------------ */
224 .wpbc_popup_modal th label {
225 font-weight: 600;
226 margin: 3px 0 0.5em;
227 line-height: 1.6;
228 font-size: 14px;
229 }
230 .wpbc_popup_modal td fieldset{
231 display: flex;
232 flex-flow: row wrap;
233 justify-content: flex-start;
234 align-items: center;
235 }
236 .wpbc_popup_modal td fieldset .wpbc_ui__toggle {
237 flex:0;
238 }
239 .wpbc_popup_modal td fieldset span.description {
240 flex: 1;
241 margin: 3px 0 0.5em;
242 padding: 0;
243 line-height: 1.6;
244 font-size: 14px;
245 }
246 .wpbc_popup_modal td fieldset input[type='text'],
247 .wpbc_popup_modal td fieldset select {
248 margin: 3px 0.5em 0.5em 0;
249 }
250 .wpbc_popup_modal .bookingother_wpbc_shortcode_type_other_shortcodes td fieldset{
251 display: flex;
252 flex-flow: column wrap;
253 justify-content: flex-start;
254 align-items: flex-start;
255 margin-top: 4px;
256 }
257 /* ------------------------------------------------------------------ */
258 .wpbc_popup_modal .modal-footer a.button,
259 .wpbc_popup_modal .modal-footer a.button:hover,
260 .wpbc_popup_modal .modal-footer a.button:active,
261 .wpbc_popup_modal .modal-footer a.button:focus {
262 text-decoration: none;
263 outline: 0;
264 }
265 .wpbc_popup_modal .wpbc_expand_section_link,
266 .wpbc_popup_modal a.wpbc_expand_section_link:hover,
267 .wpbc_popup_modal a.wpbc_expand_section_link:focus {
268 color:#21759b;
269 cursor: pointer;
270 outline: 0;
271 border:none;
272 border-bottom:1px dashed #21759B;
273 text-decoration: none;
274 }
275 .wpbc_popup_modal .booking_advanced_section,
276 .wpbc_popup_modal .bookingcalendar_advanced_section,
277 .wpbc_popup_modal .bookingselect_advanced_section,
278 .wpbc_popup_modal .bookingtimeline_advanced_section0{
279 display:none;
280 }
281 .wpbc_field_help_panel_background.wpbc_field_help_panel_field .put-in,
282 .wpbc_popup_modal .put-in {
283 cursor: pointer;
284 font-weight: 600;
285 background: none repeat scroll 0 0 #E9E9E9;
286 border: 1px solid #BBBBBB;
287 width:100%;
288 }
289 .wpbc_popup_modal input[type="checkbox"],
290 .wpbc_popup_modal input[type="radio"] {
291 margin: 0 10px 2px 0;
292 vertical-align: middle;
293 outline: 0;
294 }
295 .wpbc_popup_modal .wpbc_sub_settings_grayed {
296 background-color: #f3f3f3;
297 }
298 .wpbc_popup_modal .wpbc_sub_settings_grayed th {
299 padding: 10px 0px 10px 12px;
300 }
301 /* Placeholders */
302 .wpbc_popup_modal ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
303 color: #999;
304 }
305 .wpbc_popup_modal ::-moz-placeholder { /* Firefox 19+ */
306 color: #999;
307 }
308 .wpbc_popup_modal :-ms-input-placeholder { /* IE 10+ */
309 color: #999;
310 }
311 .wpbc_popup_modal :-moz-placeholder {
312 color: #999;
313 }
314 .wpbc_popup_modal .bookingsearch_search_results{
315 display:none;
316 }
317 .wpbc_popup_modal .bookingsearch_search_form.wpbc_sub_settings_grayed{
318 display:none;
319 }
320 /*.wpbc_popup_modal .wpbc_shortcode_bookingresource {*/
321 /* display:none;*/
322 /*}*/
323 .wpbc_popup_modal select option:disabled {
324 color: #ccc;
325 display: none;
326 }
327 /* FixIn: 7.1.2.7 */
328 @media (max-width: 782px) {
329 .wp-admin .modal-backdrop.in {
330 display:none;
331 }
332 }
333
334 /* == 2024-01-20 ==================================================================================================== */
335
336 /* Navigation tabs fix */
337 body[class*='page_wpbc-resources'] .wpbc_popup_modal .wpdvlp-top-tabs .nav-tabs ,
338 .modal-body .wpbc_settings_flex_container .wpdvlp-top-tabs .nav-tabs {
339 border:none;
340 border-bottom:1px solid #d6d6d6;
341 }
342 /* Header and Body */
343 .wpdevelop .modal-header {
344 background: #FFF;
345 text-shadow: none;
346 }
347 .wpdevelop .modal-body {
348 position: relative;
349 padding: 15px;
350 background: #f5f5f5;
351 background: #f7f7f7;
352 }
353 /* SIZE */
354 .wpbc_popup_modal .modal-dialog.modal-lg {
355 width: 80%;
356 width: 98%;
357 margin: 5px auto;
358 }
359 @media (max-width: 782px) {
360 .wpbc_popup_modal .modal-dialog.modal-lg {
361 width: 98%;
362 }
363 }
364 /* Show over top toolbar - dashboard*/
365 .wpbc_popup_modal {
366 z-index: 1000000;
367 }
368 /* Header border radius*/
369 .wpbc_popup_modal .modal-dialog.modal-lg .modal-header {
370 border-radius: 6px 6px 0 0;
371 }
372 /* Shortcode Text field */
373 .wpbc_field_help_panel_background.wpbc_field_help_panel_field .put-in,
374 .wpbc_popup_modal .put-in {
375 cursor: text;
376 font-weight: 600;
377 /*background: var( --wp-admin-theme-color, #1E7BC7 );*/
378 /*background: #4A8CC2;*/
379 /*border: 1px solid #3C86A7;*/
380 background: #75A249;
381 border: 1px solid #75A249;
382 width: 100%;
383 font-size: 15px;
384 color: #FFF;
385 /*color: #2e3d20;*/
386 line-height: 2;
387 vertical-align: middle;
388 padding: 0 1em 3px;
389 box-shadow:none !important;
390 margin: 20px 0 5px;
391 }
392 /* Border color of active horizontal tab */
393 .modal-body .wpbc_settings_flex_container .wpdvlp-top-tabs .nav-tab-active,
394 .modal-body .wpbc_settings_flex_container .wpdvlp-top-tabs a.nav-tab-active:hover {
395 border-bottom-color: var(--wpbc_admin-active-tab-color, #707980);
396 }
397 /* ------------------------------------------------------------------------------------------------------------------ */
398 /* Vertical Navigation Panel */
399 /* ------------------------------------------------------------------------------------------------------------------ */
400 .wpbc_shortcode_config_navigation_column.wpbc_settings_navigation_column .wpbc_settings_navigation_item a {
401 font-size: 15px;
402 text-transform: none;
403 }
404 .wpbc_shortcode_config_navigation_column.wpbc_settings_navigation_column .wpbc_settings_navigation_item.wpbc_settings_navigation_item_disabled a{
405 color: #ccc;
406 }
407 .wpbc_shortcode_config_navigation_column.wpbc_settings_navigation_column .wpbc_settings_navigation_item:last-child a {
408 border-top:none;
409 }
410
411 /* ------------------------------------------------------------------------------------------------------------------ */
412 /* Content Container */
413 /* ------------------------------------------------------------------------------------------------------------------ */
414 /*
415 .wpbc_sc_container__all_shortcodes <!-- All Shortcodes -->
416 #wpbc_sc_container__shortcode_booking .wpbc_sc_container__shortcode .wpbc_sc_container__shortcode_booking <!-- Booking shortcode -->
417 .wpdvlp-top-tabs <!-- TOP NAV -->
418 .wpbc_sc_container__shortcode_section .wpbc_sc_container__shortcode_section__general <!-- Section Content General (depend from TOP NAV) -->
419
420 */
421 .wpbc_sc_container__all_shortcodes {
422 border: 1px solid #ccc;
423 background: #fff;
424 padding: 0 12px 12px;
425 margin: 0;
426 }
427 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode .wpdvlp-tabs-wrapper{
428 height: auto;
429 margin-top: 1px;
430 }
431 /* Hide all sections by default*/
432 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode {
433 display: none;
434 }
435 /* Default 1st section visible */
436 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode_booking ,
437 .wpbc_sc_container__all_shortcodes .wpbc_sc_container__shortcode_search_filters {
438 display: block;
439 }
440 /* Hide all sections by default*/
441 .wpbc_sc_container__shortcode_section{
442 display:none;
443 }
444 /* Default 1st section visible */
445 .wpbc_sc_container__shortcode_section__general ,
446 .wpbc_sc_container__shortcode_section__search_filters{
447 display:block;
448 }
449 /* Hide all sections by default*/
450 .wpbc_sc_container__shortcode_subsection{
451 display:none;
452 }
453 /* Default 1st section visible */
454 .wpbc_sc_container__shortcode_subsection__weekdays_conditions{
455 display:block;
456 }
457
458 /* Sub top menu line */
459 .wpbc_sc_container__shortcode_section .wpdvlp-sub-tabs .nav-tabs .nav-tab{
460 margin: 0;
461 }
462 .wpbc_sc_container__shortcode_section .wpdvlp-sub-tabs {
463 padding: 1px 5px 1px 0;
464 }
465 .wpbc_sc_container__shortcode_section .wpdvlp-sub-tabs .nav-tabs .nav-tab {
466 border-right: 1px solid #d8d8d8;
467 background: none;
468 }
469 /* ------------------------------------------------------------------------------------------------------------------ */
470 /* ... */
471 /* ------------------------------------------------------------------------------------------------------------------ */
472
473 .wpbc_shortcode_config_content_toolbar_next_prior {
474 flex:1;
475 display: flex;
476 flex-flow: row wrap;
477 justify-content: center;
478 align-items: center;
479 margin: 20px 0 10px;
480 }
481 .wpbc_settings_flex_container .wpbc_shortcode_config_content_toolbar_next_prior a {
482 flex:0 1 auto;
483 margin: 0 1em;
484 }
485 /* ------------------------------------------------------------------------------------------------------------------ */
486 /* Footer Toolbar Containers */
487 /* ------------------------------------------------------------------------------------------------------------------ */
488 .wpbc_shortcode_config_content_toolbar__container{
489 display: flex;
490 flex-flow: row wrap;
491 justify-content: center;
492 align-items: center;
493 margin: 0;
494 }
495
496 .wpbc_shortcode_config_content_toolbar__next_prior {
497 margin-top: 20px;
498 border-top: 1px solid #dcdcdc;
499 padding: 8px 0 0;
500 }
501 .wpbc_shortcode_config_content_toolbar__next_prior a.button{
502 margin:5px 8px 5px 0;
503 }
504 .wpbc_shortcode_config_content_toolbar__next_prior a.button .in-button-text{
505 font-size: 28px;
506 line-height: 21px;
507 }
508 @media (max-width: 782px){
509 .wp-core-ui .wpbc_page .wpbc_shortcode_config_content_toolbar__next_prior a.button{
510 line-height: 2.5;
511 padding: 1px 14px;
512 }
513 .wpbc_shortcode_config_content_toolbar__next_prior a.button .in-button-text{
514 display: block;
515 }
516 }
517 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__reset,
518 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__insert{
519 flex: 0 1 auto;
520 align-self: flex-end;
521 padding-left: 2em;
522 margin-left: auto;
523 }
524 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__insert{
525 border-left: 1px solid #ccc;
526 margin-left: 2em;
527 }
528 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__reset a.button,
529 .wpbc_shortcode_config_content_toolbar__container .wpbc_shortcode_config_content_toolbar__insert a.button{
530 padding-left:2em;
531 padding-right:2em;
532 font-weight: 600;
533 }
534 /* 2.1 Danger (Red) Button Style ----------------------------------------------------------------------------------------- */
535 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger {
536 background: #de605c;
537 border-color: #c05d5a;
538 color: #f7f7f7;
539 text-shadow: 0 0px #ba5956;
540 text-decoration: none;
541 box-shadow: 0 1px 0px #f1f1f1;
542 }
543 /* :hover, :focus ---- */
544 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.hover:not(.inactive),
545 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:hover:not(.inactive),
546 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.focus:not(.inactive),
547 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:focus:not(.inactive) {
548 background: #e6716f;
549 /*border-color: #d58582;*/
550 color: #fdfdfd;
551 text-shadow: none;
552 }
553 /* :focus ---- */
554 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.focus:not(.inactive),
555 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:focus:not(.inactive) {
556 /*box-shadow:0 0 0 0px #fff, 0 0 2px 1px #a4d7ff;*/
557 }
558 /* :active ---- */
559 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.active:not(.inactive),
560 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.active:hover:not(.inactive),
561 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.active:focus:not(.inactive),
562 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:active:not(.inactive) {
563 background: #ba4c48;
564 border-color: #c05d5a;
565 /*box-shadow: inset 0 1px 7px -3px rgba(0, 0, 0, .1);*/
566 color: #f3f2f2;
567 }
568 /* :disabled ---- */
569 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger[disabled],
570 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger:disabled,
571 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger-disabled,
572 .wp-core-ui .wpbc_page .button.wpbc_ui_button_danger.disabled {
573 color: #a7aaad !important;
574 background: #f6f7f7 !important;
575 border-color: #dcdcde !important;
576 box-shadow: none !important;
577 text-shadow: none !important;
578 cursor: default;
579 }
580
581 /* ------------------------------------------------------------------------------------------------------------------ */
582 /* Weekdays conditions toolbar */
583 /* ------------------------------------------------------------------------------------------------------------------ */
584 .wpbc_shortcode_config_fields__dates_conditions_toolbar .wpdvlp-sub-tabs{
585 border: 1px solid #dadada;
586 border-radius: 2px;
587 margin: 20px 0 10px;
588 }
589 /* ------------------------------------------------------------------------------------------------------------------ */
590 /* Rules for OPTIONS parameter in shortcode config dialog */
591 /* ------------------------------------------------------------------------------------------------------------------ */
592 .wpbc_shortcode_config__rules_container{
593 display:flex;
594 flex-flow: row wrap;
595 justify-content: flex-start;
596 align-items: flex-start;
597 }
598 .wpbc_shortcode_config__rules__params_section{
599 flex: 0 1 auto;
600 margin-right: 5%;
601 margin-bottom:20px;
602 }
603 .wpbc_shortcode_config__rules__help_section{
604 flex: 1 1 50%;
605 }
606 /* Right Side - Help Section */
607 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice{
608 margin:0;
609 text-align:left;
610 }
611 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice.notice-header > span {
612 font-size: 16px;
613 font-weight: 600;
614 margin: 0 0 10px;
615 }
616 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice.notice-list{
617 text-align: left;
618 line-height: 2em;
619 font-size: 14px;
620 padding: 0;
621 }
622 .wpbc_shortcode_config__rules__help_section .wpbc-settings-notice.notice-list ol{
623 list-style-type:disc;
624 }
625 .form-table td fieldset .wpbc_shortcode_config__rules__help_section li {
626 line-height: 2.5;
627 }
628
629 /* ------------------------------------------------------------------------------------------------------------------ */
630 /* Select Day - Weekday */
631 /* ------------------------------------------------------------------------------------------------------------------ */
632 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday{
633
634 }
635 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday .ui_container_weekdays{
636 flex-flow: column wrap;
637 }
638 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday .wpbc_ui__toggle {
639 min-width: 6em;
640 }
641 .wpbc_shortcode_config__rules__params_section.wpbc_select_day_weekday input[type="text"] {
642 width:8em;
643 }
644 /* ------------------------------------------------------------------------------------------------------------------ */
645 /* Start Day - Season */
646 /* ------------------------------------------------------------------------------------------------------------------ */
647 .wpbc_shortcode_config__rules__params_section{
648 display: flex;
649 flex-flow: column wrap;
650 justify-content: flex-start;
651 align-items: flex-start;
652 }
653 /* Season select-box | checkboxes | buttons */
654 .wpbc_shortcode_config__rules__params_section.wpbc_start_day_season .wpbc_ajx_toolbar.wpbc_buttons_row {
655 flex: 0 1 auto;
656 }
657 /* Weekdays: Text_line | checkboxes */
658 .wpbc_shortcode_config__rules__params_section.wpbc_start_day_season .wpbc_ajx_toolbar.wpbc_buttons_row .ui_container.ui_container_weekdays{
659 flex-flow: column wrap;
660 }
661 /* Weekdays: checkboxes only */
662 .wpbc_shortcode_config__rules__params_section.wpbc_start_day_season .wpbc_ajx_toolbar.wpbc_buttons_row .ui_container.ui_container_weekdays .ui_group.ui_group_weekdays_checkboxes{
663 /*flex-flow: column wrap;*/
664 max-width: 320px;
665 }