← All changes
|
includes/page-availability-general/_out/availability_general_page.css
+27
-2
11.1
→
11.8.4
View file →
| @@ -162,12 +162,34 @@ | ||
| 162 | 162 | max-width: 100%; |
| 163 | 163 | width: 100% |
| 164 | 164 | } |
| 165 | 165 | .wpbc_ag_weekday_grid { |
| 166 | + -ms-flex-align: start; | |
| 167 | + align-items: start; | |
| 166 | 168 | display: grid; |
| 169 | + gap: 6px; | |
| 170 | + grid-template-columns: repeat(7,minmax(0,1fr)) | |
| 171 | +} | |
| 172 | +.wpbc_ag_weekday_grid .wpbc_ag_weekday_switch { | |
| 173 | + -ms-flex-align: center; | |
| 174 | + align-items: center; | |
| 175 | + -ms-flex-direction: column; | |
| 176 | + flex-direction: column; | |
| 167 | 177 | gap: 8px; |
| 168 | - grid-template-columns: repeat(2,minmax(0,1fr)) | |
| 178 | + -ms-flex-pack: start; | |
| 179 | + justify-content: flex-start; | |
| 180 | + min-height: 0; | |
| 181 | + min-width: 0; | |
| 182 | + padding: 6px 0 4px; | |
| 183 | + text-align: center | |
| 169 | 184 | } |
| 185 | +.wpbc_ag_weekday_grid .wpbc_ag_switch_label { | |
| 186 | + overflow-wrap: normal; | |
| 187 | + white-space: nowrap | |
| 188 | +} | |
| 189 | +.wpbc_ag_weekday_grid + .wpbc_ag_description { | |
| 190 | + margin-top: 20px | |
| 191 | +} | |
| 170 | 192 | .wpbc_ag_switch { |
| 171 | 193 | -ms-flex-align: center; |
| 172 | 194 | align-items: center; |
| 173 | 195 | background: var(--wpbc-ts-bg,#fff); |
| @@ -496,9 +518,12 @@ | ||
| 496 | 518 | .wpbc_ag_preview_controls .button, |
| 497 | 519 | .wpbc_ag_preview_controls select { |
| 498 | 520 | width: 100% |
| 499 | 521 | } |
| 500 | - .wpbc_ag_weekday_grid, | |
| 522 | + .wpbc_ag_weekday_grid { | |
| 523 | + gap: 3px; | |
| 524 | + grid-template-columns: repeat(7,minmax(0,1fr)) | |
| 525 | + } | |
| 501 | 526 | .wpbc_ag_working_time_row { |
| 502 | 527 | grid-template-columns: 1fr |
| 503 | 528 | } |
| 504 | 529 | .wpbc_ag_working_time_times { |