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/__css/admin/settings/ui__nav_vert.css +18 -4 11.711.8.4 View file →
@@ -537,9 +537,9 @@
537 537 letter-spacing: 0px;
538 538 color: #465160 !important;
539 539 }
540 540 .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 {
541 - margin: 10px 0 0;
541 + margin: 8px 0 0;
542 542 }
543 543 .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 {
544 544 border-left: 2px solid #465160;
545 545 margin-left: 5px;
@@ -593,8 +593,13 @@
593 593 justify-content: flex-start;
594 594 align-items: stretch;
595 595 gap: 1px;
596 596 }
597 +/* Search Availability - Top Line */
598 +.wpbc_ui_el__vert_left_bar__root_section_element.root_section_element_wpbc-search-availability {
599 + border-top: 1px solid #e9e9e9;
600 + padding-block-start: 15px;
601 +}
597 602 /* In compact mode */
598 603 .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__root_sections_container .wpbc_ui_el__vert_left_bar__root_section_element {
599 604 padding-block-end: 40px;
600 605 }
@@ -619,9 +624,9 @@
619 624 flex-flow: row nowrap;
620 625 align-items: center;
621 626 gap: 8px;
622 627 position: sticky;
623 - top: 0;
628 + top: 26px;
624 629 background: #fff;
625 630 z-index: 1;
626 631 /*border-bottom: 1px solid #f1f1f1;*/
627 632 border-radius: 0;
@@ -856,9 +861,9 @@
856 861 /* -- End Items ---------------------------------------------------------------------------------------------------- */
857 862
858 863 /* Row for header and buttons */
859 864 .wpbc_ui_el__vert_left_bar__wrapper .wpbc_ui_el__vert_left_bar__root_sections_container {
860 - margin-top: 8px;
865 + margin-top: 0px;
861 866 }
862 867 .wpbc_ui_el__expand_colapse_btns {
863 868 padding: 0;
864 869 /* We shift " > Bookings " menu to the same level as this colapse button */
@@ -863,8 +868,16 @@
863 868 padding: 0;
864 869 /* We shift " > Bookings " menu to the same level as this colapse button */
865 870 margin: 16px 0 -15px;
866 871 margin: 15px 0 0;
872 +
873 + margin: 0;
874 + padding: 8px 0;
875 + position: sticky;
876 + top: 0px;
877 + z-index: 2;
878 + background: #fff;
879 + border-bottom: 0px dashed #c2c2c2;
867 880 }
868 881 .wpbc_settings_page_wrapper.compact .wpbc_ui_el__expand_colapse_btns {
869 882 margin-bottom: -22px;
870 883 }
@@ -880,9 +893,9 @@
880 893 outline: 0;
881 894 }
882 895 .wpbc_ui_el__vert_left_bar__content .wpbc_ui_el__expand_colapse_btns .wpbc_ui_el__a {
883 896 margin-left: auto;
884 - padding: 0 8px;
897 + padding: 0 2px;
885 898 }
886 899 .wpbc_settings_page_wrapper.compact .wpbc_ui_el__vert_left_bar__content .wpbc_ui_el__expand_colapse_btns {
887 900 justify-content: center;
888 901 }
@@ -1056,8 +1069,9 @@
1056 1069 font-size: 12px;
1057 1070 font-weight: 600;
1058 1071 line-height: 1.74;
1059 1072 text-align: center;
1073 + word-break: break-all;
1060 1074 }
1061 1075 .wpbc_ui_el__vert_right_bar_compact__wrapper button.wpbc_ui_el__vert_nav_item__a.wpbc_ui_el__vert_nav_item__single{
1062 1076 width:100%;
1063 1077 }