PluginProbe
Booking Calendar / 10.1.3
Booking Calendar v10.1.3
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 10.11.2 All 203 releases
booking / css / modal.css

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

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