← All changes
|
includes/page-availability/_src/availability_page.css
+14
-5
10.1.3
→
11.8.4
View file →
| @@ -1,7 +1,7 @@ | ||
| 1 | 1 | /** TOOLBAR ***********************************************************************************************************/ |
| 2 | 2 | |
| 3 | -/* Override default settings of main toolbar: ../includes/_toolbar_ui/_src/toolbar_ui.css */ | |
| 3 | +/* Override default settings of main toolbar: ../includes/_toolbar_ui/_out/toolbar_ui.css */ | |
| 4 | 4 | #toolbar_booking_availability.wpbc_ajx_toolbar { |
| 5 | 5 | margin: 0; /* margin: 0 0 10px 50px; */ |
| 6 | 6 | } |
| 7 | 7 | |
| @@ -102,13 +102,13 @@ | ||
| 102 | 102 | width:100%; |
| 103 | 103 | } |
| 104 | 104 | div.wpbc_widgets .wpbc_widget.wpbc_widget_available_unavailable { |
| 105 | 105 | position: fixed; |
| 106 | - top: 100%; | |
| 106 | + bottom: 0; | |
| 107 | 107 | z-index: 9999; |
| 108 | - padding: 0px 2px; | |
| 109 | - left: 0px; | |
| 110 | - margin: -105px 0 0; | |
| 108 | + padding: 0 2px; | |
| 109 | + left: 0; | |
| 110 | + margin: 0 0 -10px; | |
| 111 | 111 | } |
| 112 | 112 | } |
| 113 | 113 | |
| 114 | 114 | /** Toolbar Dates Hints **********************************************************************************************/ |
| @@ -152,5 +152,14 @@ | ||
| 152 | 152 | .wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_date{ |
| 153 | 153 | font-size: 1.05em; |
| 154 | 154 | font-weight: 600; |
| 155 | 155 | padding: 0 0.3em; |
| 156 | +} | |
| 157 | +/* Fix for round dates in calendars */ | |
| 158 | +.block_hints .block_free, | |
| 159 | +.block_hints .block_time, | |
| 160 | +.block_hints .block_booked, | |
| 161 | +.block_hints .block_pending, | |
| 162 | +.block_hints .block_check_in_out, | |
| 163 | +.datepick-inline .datepick-days-cell{ | |
| 164 | + border-radius: 0 !important; /* at the WP Booking Calendar > Availability > Days Availability page we can not show round dates :( */ | |
| 156 | 165 | } |