| @@ -665,11 +665,10 @@ | ||
| 665 | 665 | --wpbc_ui_top_nav__a_hover_border_width: 3px; |
| 666 | 666 | --wpbc_ui_top_nav__a_hover_border_color: var(--wpbc_ui__gen__hover-color); |
| 667 | 667 | --wpbc_ui_top_nav__wp_left_menu_width: 160px; |
| 668 | 668 | --wpbc_ui_top_nav__wp_top_menu_height: 32px; |
| 669 | - --wpbc_ui_left_vert_nav__width_min: 0; | |
| 670 | - --wpbc_ui_left_vert_nav__width_compact: 48px; | |
| 671 | - --wpbc_ui_left_vert_nav__width_compact: 90px; | |
| 669 | + --wpbc_ui_left_vert_nav__width_min: 10px; | |
| 670 | + --wpbc_ui_left_vert_nav__width_compact: 80px; | |
| 672 | 671 | --wpbc_ui_left_vert_nav__width_max: 250px; |
| 673 | 672 | --wpbc_ui_left_vert_nav__margin: 0; |
| 674 | 673 | --wpbc_ui_left_vert_nav__background-color: var(--wpbc_ui__gen__panel_background-color); |
| 675 | 674 | --wpbc_ui_left_vert_nav__font-size: var(--wpbc_ui__gen__font-size); |
| @@ -2149,13 +2148,19 @@ | ||
| 2149 | 2148 | -ms-flex-pack: start; |
| 2150 | 2149 | justify-content: flex-start; |
| 2151 | 2150 | -ms-flex-align: center; |
| 2152 | 2151 | align-items: center; |
| 2152 | + gap: 8px; | |
| 2153 | 2153 | font-weight: 500; |
| 2154 | - font-size: 13px; | |
| 2154 | + font-size: 12px; | |
| 2155 | 2155 | letter-spacing: .1px; |
| 2156 | 2156 | cursor: pointer |
| 2157 | 2157 | } |
| 2158 | +.wpbc_ui_el__vert_nav_item a .wpbc-bi-question-circle, | |
| 2159 | +.wpbc_ui_el__vert_nav_item a .wpbc_ui_el__vert_nav_icon_collapsed, | |
| 2160 | +.wpbc_ui_el__vert_nav_item a .wpbc_ui_el__vert_nav_icon_expanded { | |
| 2161 | + font-size: 10px | |
| 2162 | +} | |
| 2158 | 2163 | .wpbc_ui_el__vert_nav_item button:not(:hover) { |
| 2159 | 2164 | background-color: transparent |
| 2160 | 2165 | } |
| 2161 | 2166 | .wpbc_ui_el__vert_nav_item_sub.wpbc_ui_el__vert_nav_item a, |
| @@ -2199,10 +2204,10 @@ | ||
| 2199 | 2204 | .wpbc_settings_page_wrapper .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_nav_item a .wpbc_ui_el__vert_nav_icon, |
| 2200 | 2205 | .wpbc_settings_page_wrapper .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_nav_item button .wpbc_ui_el__vert_nav_icon { |
| 2201 | 2206 | margin: 0 10px 0 0 |
| 2202 | 2207 | } |
| 2203 | -.wpbc_page_wrapper_left_compact .wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child { | |
| 2204 | - width: 80px; | |
| 2208 | +.wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child { | |
| 2209 | + width: 70px; | |
| 2205 | 2210 | display: -ms-flexbox; |
| 2206 | 2211 | display: flex; |
| 2207 | 2212 | -ms-flex-flow: row nowrap; |
| 2208 | 2213 | flex-flow: row nowrap; |
| @@ -2211,13 +2216,43 @@ | ||
| 2211 | 2216 | -ms-flex-align: center; |
| 2212 | 2217 | align-items: center; |
| 2213 | 2218 | padding: 0!important |
| 2214 | 2219 | } |
| 2215 | -.wpbc_page_wrapper_left_compact .wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child a { | |
| 2220 | +.wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child a { | |
| 2221 | + max-height: 30px; | |
| 2222 | + max-width: 30px; | |
| 2223 | + margin: auto; | |
| 2224 | + display: -ms-flexbox; | |
| 2225 | + display: flex; | |
| 2226 | + -ms-flex-flow: column; | |
| 2227 | + flex-flow: column; | |
| 2228 | + -ms-flex-align: center; | |
| 2229 | + align-items: center; | |
| 2230 | + -ms-flex-pack: center; | |
| 2231 | + justify-content: center; | |
| 2232 | + border-radius: 50%; | |
| 2216 | 2233 | -ms-flex: 1 1 100%; |
| 2217 | 2234 | flex: 1 1 100%; |
| 2218 | 2235 | text-align: center |
| 2219 | 2236 | } |
| 2237 | +.wpbc_page_wrapper_left_max .wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child a { | |
| 2238 | + background: rgba(70,81,96,.1294117647) | |
| 2239 | +} | |
| 2240 | +.wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child a:hover { | |
| 2241 | + background: rgba(70,81,96,.0666666667) | |
| 2242 | +} | |
| 2243 | +.wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child:has(a:hover:not(.button)) * { | |
| 2244 | + color: var(--wpbc_ui_top_nav__a_color) | |
| 2245 | +} | |
| 2246 | +.wpbc_ui_el__top_nav > .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child:has(a:hover) { | |
| 2247 | + border-bottom-color: transparent | |
| 2248 | +} | |
| 2249 | +.wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child a:focus { | |
| 2250 | + box-shadow: none | |
| 2251 | +} | |
| 2252 | +.wpbc_ui_el__top_nav .wpbc_ui__top_nav__btn_show_left_vertical_nav:first-child a:focus-visible { | |
| 2253 | + box-shadow: 0 0 0 var(--wp-admin-border-width-focus,1.5px) var(--wp-admin-theme-color,#3858e9) | |
| 2254 | +} | |
| 2220 | 2255 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_nav_item a { |
| 2221 | 2256 | display: -ms-flexbox; |
| 2222 | 2257 | display: flex; |
| 2223 | 2258 | -ms-flex-flow: column nowrap; |
| @@ -2225,12 +2260,13 @@ | ||
| 2225 | 2260 | -ms-flex-pack: center; |
| 2226 | 2261 | justify-content: center; |
| 2227 | 2262 | -ms-flex-align: center; |
| 2228 | 2263 | align-items: center; |
| 2229 | - padding: 10px 5px; | |
| 2264 | + padding: 8px; | |
| 2230 | 2265 | margin: 0; |
| 2231 | 2266 | border-radius: 0; |
| 2232 | - min-height: 40px | |
| 2267 | + min-height: 10px; | |
| 2268 | + gap: 4px | |
| 2233 | 2269 | } |
| 2234 | 2270 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_nav_item a .wpbc_ui_el__vert_nav_icon, |
| 2235 | 2271 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_nav_item button .wpbc_ui_el__vert_nav_icon { |
| 2236 | 2272 | margin: 0 |
| @@ -2276,9 +2312,11 @@ | ||
| 2276 | 2312 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__root_section_header_a { |
| 2277 | 2313 | visibility: visible!important; |
| 2278 | 2314 | padding: 0 5px; |
| 2279 | 2315 | display: -ms-flexbox; |
| 2280 | - display: flex | |
| 2316 | + display: flex; | |
| 2317 | + -ms-flex-pack: center; | |
| 2318 | + justify-content: center | |
| 2281 | 2319 | } |
| 2282 | 2320 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__section_header.hide_in_compact_mode { |
| 2283 | 2321 | letter-spacing: 0; |
| 2284 | 2322 | padding: 0 10px 0 0; |
| @@ -2294,12 +2332,13 @@ | ||
| 2294 | 2332 | line-height: 2.2; |
| 2295 | 2333 | margin: 0; |
| 2296 | 2334 | font-size: 10px; |
| 2297 | 2335 | font-weight: 650; |
| 2298 | - letter-spacing: 0 | |
| 2336 | + letter-spacing: 0; | |
| 2337 | + color: #465160!important | |
| 2299 | 2338 | } |
| 2300 | 2339 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_left_bar__content .wpbc_ui_el__expand_colapse_btns { |
| 2301 | - margin: 10px 0 0 | |
| 2340 | + margin: 8px 0 0 | |
| 2302 | 2341 | } |
| 2303 | 2342 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__level__folder.expanded .wpbc_ui_el__vert_nav_item_sub { |
| 2304 | 2343 | border-left: 2px solid #465160; |
| 2305 | 2344 | margin-left: 5px |
| @@ -2332,14 +2371,14 @@ | ||
| 2332 | 2371 | align-items: stretch; |
| 2333 | 2372 | gap: 0 |
| 2334 | 2373 | } |
| 2335 | 2374 | .wpbc_ui_el__vert_left_bar__root_sections_container .wpbc_ui_el__vert_left_bar__section { |
| 2336 | - margin-block-end: 9px | |
| 2375 | + margin-block-end: 8px | |
| 2337 | 2376 | } |
| 2338 | 2377 | .wpbc_ui_el__vert_left_bar__root_sections_container .wpbc_ui_el__vert_left_bar__root_section_element { |
| 2339 | 2378 | padding-inline-start: 8px; |
| 2340 | 2379 | padding-block-start: 8px; |
| 2341 | - padding-block-end: 8px; | |
| 2380 | + padding-block-end: 20px; | |
| 2342 | 2381 | display: -ms-flexbox; |
| 2343 | 2382 | display: flex; |
| 2344 | 2383 | -ms-flex-flow: column nowrap; |
| 2345 | 2384 | flex-flow: column nowrap; |
| @@ -2346,10 +2385,17 @@ | ||
| 2346 | 2385 | -ms-flex-pack: start; |
| 2347 | 2386 | justify-content: flex-start; |
| 2348 | 2387 | -ms-flex-align: stretch; |
| 2349 | 2388 | align-items: stretch; |
| 2350 | - gap: 5px | |
| 2389 | + gap: 1px | |
| 2351 | 2390 | } |
| 2391 | +.wpbc_ui_el__vert_left_bar__root_section_element.root_section_element_wpbc-search-availability { | |
| 2392 | + border-top: 1px solid #e9e9e9; | |
| 2393 | + padding-block-start: 15px | |
| 2394 | +} | |
| 2395 | +.wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__root_sections_container .wpbc_ui_el__vert_left_bar__root_section_element { | |
| 2396 | + padding-block-end: 40px | |
| 2397 | +} | |
| 2352 | 2398 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__root_section_element { |
| 2353 | 2399 | padding-inline-start: 0 |
| 2354 | 2400 | } |
| 2355 | 2401 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__root_section_header_a { |
| @@ -2368,9 +2414,14 @@ | ||
| 2368 | 2414 | -ms-flex-flow: row nowrap; |
| 2369 | 2415 | flex-flow: row nowrap; |
| 2370 | 2416 | -ms-flex-align: center; |
| 2371 | 2417 | align-items: center; |
| 2372 | - gap: 8px | |
| 2418 | + gap: 8px; | |
| 2419 | + position: sticky; | |
| 2420 | + top: 26px; | |
| 2421 | + background: #fff; | |
| 2422 | + z-index: 1; | |
| 2423 | + border-radius: 0 | |
| 2373 | 2424 | } |
| 2374 | 2425 | .wpbc_ui_el__root_section_header_a .wpbc_ui_el__vert_menu_root_section_icon { |
| 2375 | 2426 | margin: 0; |
| 2376 | 2427 | -ms-flex: 0 0 auto; |
| @@ -2385,8 +2436,19 @@ | ||
| 2385 | 2436 | } |
| 2386 | 2437 | .wpbc_ui_el__vert_left_bar__root_section_element:not(.section_expanded) .wpbc_ui_el__vert_left_bar__section { |
| 2387 | 2438 | display: none |
| 2388 | 2439 | } |
| 2440 | +.wpbc_ui_el__vert_left_bar__root_section_element.section_expanded .wpbc_ui_el__root_section_header_a .wpbc_ui_el__vert_menu_root_section_icon { | |
| 2441 | + -ms-flex-order: 2; | |
| 2442 | + order: 2; | |
| 2443 | + margin-left: auto; | |
| 2444 | + -ms-flex: 0 0 20px; | |
| 2445 | + flex: 0 0 20px; | |
| 2446 | + text-align: center | |
| 2447 | +} | |
| 2448 | +.wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__root_section_element.section_expanded .wpbc_ui_el__root_section_header_a .wpbc_ui_el__vert_menu_root_section_icon { | |
| 2449 | + display: none | |
| 2450 | +} | |
| 2389 | 2451 | .wpbc_ui_el__vert_left_bar__root_section_element:not(.section_expanded) .wpbc_ui_el__root_section_header_a .wpbc_ui_el__vert_menu_root_section_icon::before { |
| 2390 | 2452 | -ms-transform: rotate(0); |
| 2391 | 2453 | transform: rotateZ(0) |
| 2392 | 2454 | } |
| @@ -2401,10 +2463,14 @@ | ||
| 2401 | 2463 | margin: 0; |
| 2402 | 2464 | font-size: 14px; |
| 2403 | 2465 | color: #575757!important |
| 2404 | 2466 | } |
| 2405 | -.wpbc_ui_el__root_section_header_a:not(:hover) h2.wpbc_ui_el__section_header { | |
| 2406 | - color: #707070 | |
| 2467 | +.wpbc_ui_el__root_section_header_a h2.wpbc_ui_el__section_header { | |
| 2468 | + color: #565656!important; | |
| 2469 | + font-size: 10px; | |
| 2470 | + padding: 0 8px; | |
| 2471 | + text-transform: uppercase; | |
| 2472 | + font-weight: 700 | |
| 2407 | 2473 | } |
| 2408 | 2474 | .wpbc_ui_el__section_header { |
| 2409 | 2475 | font-size: 13px; |
| 2410 | 2476 | font-weight: 600; |
| @@ -2452,9 +2518,9 @@ | ||
| 2452 | 2518 | -ms-flex-align: stretch; |
| 2453 | 2519 | align-items: stretch; |
| 2454 | 2520 | -ms-flex-pack: start; |
| 2455 | 2521 | justify-content: flex-start; |
| 2456 | - gap: 5px | |
| 2522 | + gap: 1px | |
| 2457 | 2523 | } |
| 2458 | 2524 | .wpbc_ui_el__level__folder, |
| 2459 | 2525 | .wpbc_ui_el__level__folder .wpbc_ui_el__vert_nav_item, |
| 2460 | 2526 | .wpbc_ui_el__level__folder .wpbc_ui_el__vert_nav_item_sub { |
| @@ -2537,13 +2603,18 @@ | ||
| 2537 | 2603 | .wpbc_ui_el__vert_nav_item__single .wpbc-bi-toggle2-on::before { |
| 2538 | 2604 | font-size: 95% |
| 2539 | 2605 | } |
| 2540 | 2606 | .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_left_bar__root_sections_container { |
| 2541 | - margin-top: 8px | |
| 2607 | + margin-top: 0 | |
| 2542 | 2608 | } |
| 2543 | 2609 | .wpbc_ui_el__expand_colapse_btns { |
| 2544 | - padding: 0; | |
| 2545 | - margin: 16px 0 -38px | |
| 2610 | + padding: 8px 0; | |
| 2611 | + margin: 0; | |
| 2612 | + position: sticky; | |
| 2613 | + top: 0; | |
| 2614 | + z-index: 2; | |
| 2615 | + background: #fff; | |
| 2616 | + border-bottom: 0 dashed #c2c2c2 | |
| 2546 | 2617 | } |
| 2547 | 2618 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__expand_colapse_btns { |
| 2548 | 2619 | margin-bottom: -22px |
| 2549 | 2620 | } |
| @@ -2559,9 +2630,9 @@ | ||
| 2559 | 2630 | outline: 0 |
| 2560 | 2631 | } |
| 2561 | 2632 | .wpbc_ui_el__vert_left_bar__content .wpbc_ui_el__expand_colapse_btns .wpbc_ui_el__a { |
| 2562 | 2633 | margin-left: auto; |
| 2563 | - padding: 0 8px | |
| 2634 | + padding: 0 2px | |
| 2564 | 2635 | } |
| 2565 | 2636 | .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__content .wpbc_ui_el__expand_colapse_btns { |
| 2566 | 2637 | -ms-flex-pack: center; |
| 2567 | 2638 | justify-content: center |
| @@ -2601,9 +2672,9 @@ | ||
| 2601 | 2672 | margin-top: auto; |
| 2602 | 2673 | margin-bottom: 15px; |
| 2603 | 2674 | -ms-flex-order: 1; |
| 2604 | 2675 | order: 1; |
| 2605 | - bottom: 25%; | |
| 2676 | + bottom: 3%; | |
| 2606 | 2677 | box-shadow: var(--wpbc_ui__gen__panel_box-shadow); |
| 2607 | 2678 | box-shadow: 1px 1px 3px rgba(17,24,39,.09); |
| 2608 | 2679 | margin-right: -22px |
| 2609 | 2680 | } |
| @@ -2646,8 +2717,12 @@ | ||
| 2646 | 2717 | .wpbc_settings_page_wrapper.min .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui__left_sidebar__side_button svg path, |
| 2647 | 2718 | .wpbc_settings_page_wrapper.min_right .wpbc_ui_el__vert_right_bar__wrapper .wpbc_ui__right_sidebar__side_button svg path { |
| 2648 | 2719 | fill: #fff |
| 2649 | 2720 | } |
| 2721 | +.wpbc_settings_page_wrapper.min .wpbc_ui_el__vert_left_bar__wrapper:hover { | |
| 2722 | + --wpbc_ui_left_vert_nav__width_min: 20px; | |
| 2723 | + cursor: pointer | |
| 2724 | +} | |
| 2650 | 2725 | .wpbc_settings_page_content .wpbc_settings_path .wpbc_settings_path_el.wpbc_ui_settings__flex_container { |
| 2651 | 2726 | position: absolute; |
| 2652 | 2727 | right: 10px |
| 2653 | 2728 | } |
| @@ -2702,9 +2777,10 @@ | ||
| 2702 | 2777 | border-radius: 0; |
| 2703 | 2778 | font-size: 12px; |
| 2704 | 2779 | font-weight: 600; |
| 2705 | 2780 | line-height: 1.74; |
| 2706 | - text-align: center | |
| 2781 | + text-align: center; | |
| 2782 | + word-break: break-all | |
| 2707 | 2783 | } |
| 2708 | 2784 | .wpbc_ui_el__vert_right_bar_compact__wrapper button.wpbc_ui_el__vert_nav_item__a.wpbc_ui_el__vert_nav_item__single { |
| 2709 | 2785 | width: 100% |
| 2710 | 2786 | } |
| @@ -3125,8 +3201,88 @@ | ||
| 3125 | 3201 | box-sizing: border-box; |
| 3126 | 3202 | -ms-flex: 1 1 100%; |
| 3127 | 3203 | flex: 1 1 100% |
| 3128 | 3204 | } |
| 3205 | +.inspector__row .inspector__w_10 { | |
| 3206 | + -ms-flex-preferred-size: 10%; | |
| 3207 | + flex-basis: 10% | |
| 3208 | +} | |
| 3209 | +.inspector__row .inspector__w_20 { | |
| 3210 | + -ms-flex-preferred-size: 20%; | |
| 3211 | + flex-basis: 20% | |
| 3212 | +} | |
| 3213 | +.inspector__row .inspector__w_30 { | |
| 3214 | + -ms-flex-preferred-size: 30%; | |
| 3215 | + flex-basis: 30% | |
| 3216 | +} | |
| 3217 | +.inspector__row .inspector__w_40 { | |
| 3218 | + -ms-flex-preferred-size: 40%; | |
| 3219 | + flex-basis: 40% | |
| 3220 | +} | |
| 3221 | +.inspector__row .inspector__w_50 { | |
| 3222 | + -ms-flex-preferred-size: 50%; | |
| 3223 | + flex-basis: 50% | |
| 3224 | +} | |
| 3225 | +.inspector__row .inspector__w_60 { | |
| 3226 | + -ms-flex-preferred-size: 60%; | |
| 3227 | + flex-basis: 60% | |
| 3228 | +} | |
| 3229 | +.inspector__row .inspector__w_70 { | |
| 3230 | + -ms-flex-preferred-size: 70%; | |
| 3231 | + flex-basis: 70% | |
| 3232 | +} | |
| 3233 | +.inspector__row .inspector__w_80 { | |
| 3234 | + -ms-flex-preferred-size: 80%; | |
| 3235 | + flex-basis: 80% | |
| 3236 | +} | |
| 3237 | +.inspector__row .inspector__w_90 { | |
| 3238 | + -ms-flex-preferred-size: 90%; | |
| 3239 | + flex-basis: 90% | |
| 3240 | +} | |
| 3241 | +.inspector__row .inspector__w_100 { | |
| 3242 | + -ms-flex-preferred-size: 100%; | |
| 3243 | + flex-basis: 100% | |
| 3244 | +} | |
| 3245 | +.inspector__row .inspector__w_05 { | |
| 3246 | + -ms-flex-preferred-size: 5%; | |
| 3247 | + flex-basis: 5% | |
| 3248 | +} | |
| 3249 | +.inspector__row .inspector__w_15 { | |
| 3250 | + -ms-flex-preferred-size: 15%; | |
| 3251 | + flex-basis: 15% | |
| 3252 | +} | |
| 3253 | +.inspector__row .inspector__w_25 { | |
| 3254 | + -ms-flex-preferred-size: 25%; | |
| 3255 | + flex-basis: 25% | |
| 3256 | +} | |
| 3257 | +.inspector__row .inspector__w_35 { | |
| 3258 | + -ms-flex-preferred-size: 35%; | |
| 3259 | + flex-basis: 35% | |
| 3260 | +} | |
| 3261 | +.inspector__row .inspector__w_45 { | |
| 3262 | + -ms-flex-preferred-size: 45%; | |
| 3263 | + flex-basis: 45% | |
| 3264 | +} | |
| 3265 | +.inspector__row .inspector__w_55 { | |
| 3266 | + -ms-flex-preferred-size: 55%; | |
| 3267 | + flex-basis: 55% | |
| 3268 | +} | |
| 3269 | +.inspector__row .inspector__w_65 { | |
| 3270 | + -ms-flex-preferred-size: 65%; | |
| 3271 | + flex-basis: 65% | |
| 3272 | +} | |
| 3273 | +.inspector__row .inspector__w_75 { | |
| 3274 | + -ms-flex-preferred-size: 75%; | |
| 3275 | + flex-basis: 75% | |
| 3276 | +} | |
| 3277 | +.inspector__row .inspector__w_85 { | |
| 3278 | + -ms-flex-preferred-size: 85%; | |
| 3279 | + flex-basis: 85% | |
| 3280 | +} | |
| 3281 | +.inspector__row .inspector__w_95 { | |
| 3282 | + -ms-flex-preferred-size: 95%; | |
| 3283 | + flex-basis: 95% | |
| 3284 | +} | |
| 3129 | 3285 | .wpbc_rightbar_palette .inspector__label { |
| 3130 | 3286 | color: var(--wpbc-palette-text); |
| 3131 | 3287 | font-size: 14px; |
| 3132 | 3288 | font-weight: 600; |
| @@ -3132,12 +3288,12 @@ | ||
| 3132 | 3288 | font-weight: 600; |
| 3133 | 3289 | line-height: 1.75; |
| 3134 | 3290 | margin: 0 |
| 3135 | 3291 | } |
| 3136 | -.wpbc_rightbar_palette .inspector__control > input:not([type=checkbox]):not([type=radio]):not([type=submit]), | |
| 3137 | -.wpbc_rightbar_palette .inspector__control > select, | |
| 3138 | -.wpbc_rightbar_palette .inspector__control > textarea, | |
| 3139 | -.wpbc_rightbar_palette .inspector__input { | |
| 3292 | +.wp-core-ui .wpbc_page .wpbc_rightbar_palette .inspector__control > input:not([type=checkbox]):not([type=radio]):not([type=submit]), | |
| 3293 | +.wp-core-ui .wpbc_page .wpbc_rightbar_palette .inspector__control > select, | |
| 3294 | +.wp-core-ui .wpbc_page .wpbc_rightbar_palette .inspector__control > textarea, | |
| 3295 | +.wp-core-ui .wpbc_page .wpbc_rightbar_palette .inspector__input { | |
| 3140 | 3296 | box-sizing: border-box; |
| 3141 | 3297 | line-height: 2.4; |
| 3142 | 3298 | max-width: 100%; |
| 3143 | 3299 | width: 100% |
| @@ -3281,10 +3437,15 @@ | ||
| 3281 | 3437 | .wpbc_slider_len_group label { |
| 3282 | 3438 | margin: 5px 0 |
| 3283 | 3439 | } |
| 3284 | 3440 | .wpbc__wrap__booking_listing { |
| 3285 | - margin: 15px 0 | |
| 3441 | + margin: 15px 0; | |
| 3442 | + min-height: 550px | |
| 3286 | 3443 | } |
| 3444 | +.wpbc_admin.wpbc_admin_page__tab__vm_booking_listing .wpbc_settings_page_content { | |
| 3445 | + min-width: 0; | |
| 3446 | + overflow: visible | |
| 3447 | +} | |
| 3287 | 3448 | .wpbc__list__table, |
| 3288 | 3449 | .wpbc__list__table .wpbc__list__body, |
| 3289 | 3450 | .wpbc__list__table .wpbc__list__foot, |
| 3290 | 3451 | .wpbc__list__table .wpbc__list__head { |
| @@ -3907,12 +4068,8 @@ | ||
| 3907 | 4068 | .wpbc_listing_col.wpbc_col_action { |
| 3908 | 4069 | -ms-flex: 0 0 70px; |
| 3909 | 4070 | flex: 0 0 70px |
| 3910 | 4071 | } |
| 3911 | -.wpbc_ui_el__listing_row:nth-of-type(2n+1) { | |
| 3912 | - background-color: var(--wpbc_ui_listing__back_alt_color); | |
| 3913 | - border-left-color: var(--wpbc_ui_listing__back_alt_color) | |
| 3914 | -} | |
| 3915 | 4072 | .wpbc_ui_el__listing_row.wpbc_row.row_selected_color { |
| 3916 | 4073 | border-left-color: var(--wpbc_ui_listing__selected_row_color) |
| 3917 | 4074 | } |
| 3918 | 4075 | .wpbc_label { |
| @@ -4051,9 +4208,9 @@ | ||
| 4051 | 4208 | } |
| 4052 | 4209 | .wpbc_listing_col.wpbc_col_action a.ul_dropdown_menu_toggle, |
| 4053 | 4210 | .wpbc_listing_col.wpbc_col_action a.ul_dropdown_menu_toggle:focus, |
| 4054 | 4211 | .wpbc_listing_col.wpbc_col_action a.ul_dropdown_menu_toggle:hover { |
| 4055 | - background: rgba(0,0,0,.0705882353); | |
| 4212 | + background: rgba(0,0,0,.03); | |
| 4056 | 4213 | border-radius: 50%; |
| 4057 | 4214 | width: 33px; |
| 4058 | 4215 | -ms-flex-flow: column; |
| 4059 | 4216 | flex-flow: column; |
| @@ -4248,5 +4405,150 @@ | ||
| 4248 | 4405 | flex: 1 1 100% |
| 4249 | 4406 | } |
| 4250 | 4407 | .wpbc_appointment_booking_details > span { |
| 4251 | 4408 | overflow-wrap: anywhere |
| 4409 | +} | |
| 4410 | +.wpbc_a_col__dates .booking_dates_resource_allocation_summary .content_text { | |
| 4411 | + -ms-flex-flow: column nowrap; | |
| 4412 | + flex-flow: column nowrap; | |
| 4413 | + gap: 2px; | |
| 4414 | + padding: 4px 2px; | |
| 4415 | + text-align: center | |
| 4416 | +} | |
| 4417 | +.booking_dates_resource_allocation_summary .wpbc_label_booking_dates { | |
| 4418 | + line-height: 1.45; | |
| 4419 | + margin: 2px; | |
| 4420 | + white-space: normal | |
| 4421 | +} | |
| 4422 | +.wpbc_booking_resource_count { | |
| 4423 | + color: #646970; | |
| 4424 | + font-size: 11px; | |
| 4425 | + font-weight: 500; | |
| 4426 | + line-height: 1.35 | |
| 4427 | +} | |
| 4428 | +.wpbc_row_wrap.max_height_a .wpbc_a_row__resource_allocation { | |
| 4429 | + display: none | |
| 4430 | +} | |
| 4431 | +.wpbc_a_row__resource_allocation { | |
| 4432 | + box-sizing: border-box; | |
| 4433 | + padding: 0 10px 10px 15px | |
| 4434 | +} | |
| 4435 | +.wpbc_col_resource_allocation { | |
| 4436 | + -ms-flex: 1 1 100%; | |
| 4437 | + flex: 1 1 100%; | |
| 4438 | + min-width: 0 | |
| 4439 | +} | |
| 4440 | +.wpbc_resource_allocation { | |
| 4441 | + background: #fff; | |
| 4442 | + border: 1px solid #dcdcde; | |
| 4443 | + border-radius: 3px; | |
| 4444 | + overflow: hidden; | |
| 4445 | + width: 100% | |
| 4446 | +} | |
| 4447 | +.wpbc_resource_allocation__header { | |
| 4448 | + -ms-flex-align: center; | |
| 4449 | + align-items: center; | |
| 4450 | + border-bottom: 1px solid #dcdcde; | |
| 4451 | + display: -ms-flexbox; | |
| 4452 | + display: flex; | |
| 4453 | + gap: 10px; | |
| 4454 | + -ms-flex-pack: justify; | |
| 4455 | + justify-content: space-between; | |
| 4456 | + min-height: 30px; | |
| 4457 | + padding: 3px 10px | |
| 4458 | +} | |
| 4459 | +.wpbc_resource_allocation__header strong { | |
| 4460 | + font-size: 13px | |
| 4461 | +} | |
| 4462 | +.wpbc_resource_allocation__count { | |
| 4463 | + background: #f0f0f1; | |
| 4464 | + border-radius: 3px; | |
| 4465 | + color: #50575e; | |
| 4466 | + font-size: 11px; | |
| 4467 | + line-height: 1.5; | |
| 4468 | + padding: 2px 8px; | |
| 4469 | + white-space: nowrap | |
| 4470 | +} | |
| 4471 | +.wpbc_resource_allocation__segments { | |
| 4472 | + display: -ms-flexbox; | |
| 4473 | + display: flex; | |
| 4474 | + -ms-flex-flow: column nowrap; | |
| 4475 | + flex-flow: column nowrap | |
| 4476 | +} | |
| 4477 | +.wpbc_resource_allocation__segment { | |
| 4478 | + -ms-flex-align: center; | |
| 4479 | + align-items: center; | |
| 4480 | + border-bottom: 1px solid #f0f0f1; | |
| 4481 | + display: -ms-flexbox; | |
| 4482 | + display: flex; | |
| 4483 | + -ms-flex-flow: row nowrap; | |
| 4484 | + flex-flow: row nowrap; | |
| 4485 | + gap: 8px; | |
| 4486 | + min-height: 36px; | |
| 4487 | + padding: 4px 10px | |
| 4488 | +} | |
| 4489 | +.wpbc_resource_allocation__segment:last-child { | |
| 4490 | + border-bottom: 0 | |
| 4491 | +} | |
| 4492 | +.wpbc_resource_allocation__period { | |
| 4493 | + -ms-flex: 0 1 280px; | |
| 4494 | + flex: 0 1 280px; | |
| 4495 | + font-weight: 600; | |
| 4496 | + min-width: 175px; | |
| 4497 | + overflow-wrap: anywhere | |
| 4498 | +} | |
| 4499 | +.wpbc_resource_allocation__arrow { | |
| 4500 | + color: #8c8f94; | |
| 4501 | + -ms-flex: 0 0 20px; | |
| 4502 | + flex: 0 0 20px; | |
| 4503 | + text-align: center | |
| 4504 | +} | |
| 4505 | +.rtl .wpbc_resource_allocation__arrow { | |
| 4506 | + -ms-transform: scaleX(-1); | |
| 4507 | + transform: scaleX(-1) | |
| 4508 | +} | |
| 4509 | +.wpbc_resource_allocation__resources { | |
| 4510 | + -ms-flex-align: center; | |
| 4511 | + align-items: center; | |
| 4512 | + display: -ms-flexbox; | |
| 4513 | + display: flex; | |
| 4514 | + -ms-flex: 1 1 0px; | |
| 4515 | + flex: 1 1 0; | |
| 4516 | + -ms-flex-wrap: wrap; | |
| 4517 | + flex-wrap: wrap; | |
| 4518 | + gap: 5px 8px; | |
| 4519 | + min-width: 0 | |
| 4520 | +} | |
| 4521 | +.wpbc_resource_allocation__resources .wpbc_label { | |
| 4522 | + margin: 0; | |
| 4523 | + max-width: 100%; | |
| 4524 | + overflow-wrap: anywhere; | |
| 4525 | + white-space: normal; | |
| 4526 | + line-height: 1.5 | |
| 4527 | +} | |
| 4528 | +@media (max-width:782px) { | |
| 4529 | + .wpbc_a_row__resource_allocation { | |
| 4530 | + padding: 0 5px 10px | |
| 4531 | + } | |
| 4532 | + .wpbc_resource_allocation__header { | |
| 4533 | + -ms-flex-align: start; | |
| 4534 | + align-items: flex-start; | |
| 4535 | + -ms-flex-wrap: wrap; | |
| 4536 | + flex-wrap: wrap | |
| 4537 | + } | |
| 4538 | + .wpbc_resource_allocation__segment { | |
| 4539 | + -ms-flex-align: start; | |
| 4540 | + align-items: flex-start; | |
| 4541 | + -ms-flex-flow: column nowrap; | |
| 4542 | + flex-flow: column nowrap; | |
| 4543 | + gap: 4px; | |
| 4544 | + padding: 8px 10px | |
| 4545 | + } | |
| 4546 | + .wpbc_resource_allocation__period { | |
| 4547 | + -ms-flex-preferred-size: auto; | |
| 4548 | + flex-basis: auto; | |
| 4549 | + min-width: 0 | |
| 4550 | + } | |
| 4551 | + .wpbc_resource_allocation__arrow { | |
| 4552 | + display: none | |
| 4553 | + } | |
| 4252 | 4554 | } |