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-availability-general/_src/availability_general_page.css +32 -10 11.411.8.4 View file →
@@ -1,4 +1,4 @@
1 1 /**
2 2 * General Availability admin page.
3 3 */
4 4
@@ -162,13 +162,34 @@
162 162 max-width: 100%;
163 163 width: 100%;
164 164 }
165 165
166 -.wpbc_ag_weekday_grid {
167 - display: grid;
168 - gap: 8px;
169 - grid-template-columns: repeat(2, minmax(0, 1fr));
170 -}
166 +.wpbc_ag_weekday_grid {
167 + align-items: start;
168 + display: grid;
169 + gap: 6px;
170 + grid-template-columns: repeat(7, minmax(0, 1fr));
171 +}
172 +
173 +.wpbc_ag_weekday_grid .wpbc_ag_weekday_switch {
174 + align-items: center;
175 + flex-direction: column;
176 + gap: 8px;
177 + justify-content: flex-start;
178 + min-height: 0;
179 + min-width: 0;
180 + padding: 6px 0 4px;
181 + text-align: center;
182 +}
183 +
184 +.wpbc_ag_weekday_grid .wpbc_ag_switch_label {
185 + overflow-wrap: normal;
186 + white-space: nowrap;
187 +}
188 +
189 +.wpbc_ag_weekday_grid + .wpbc_ag_description {
190 + margin-top: 20px;
191 +}
171 192
172 193 .wpbc_ag_switch {
173 194 align-items: center;
174 195 background: var(--wpbc-ts-bg, #fff);
@@ -531,13 +552,14 @@
531 552 .wpbc_ag_preview_controls .button {
532 553 width: 100%;
533 554 }
534 555
535 - .wpbc_ag_weekday_grid {
536 - grid-template-columns: 1fr;
537 - }
538 -
539 - .wpbc_ag_working_time_row {
556 + .wpbc_ag_weekday_grid {
557 + gap: 3px;
558 + grid-template-columns: repeat(7, minmax(0, 1fr));
559 + }
560 +
561 + .wpbc_ag_working_time_row {
540 562 grid-template-columns: 1fr;
541 563 }
542 564
543 565 .wpbc_ag_working_time_times {