← All changes
|
includes/page-availability/_out/availability_page.css
+151
-183
10.1.3
→
11.8.4
View file →
| @@ -1,183 +1,151 @@ | ||
| 1 | -/** TOOLBAR ***********************************************************************************************************/ | |
| 2 | -/* Override default settings of main toolbar: ../includes/_toolbar_ui/_src/toolbar_ui.css */ | |
| 3 | -#toolbar_booking_availability.wpbc_ajx_toolbar { | |
| 4 | - margin: 0; | |
| 5 | - /* margin: 0 0 10px 50px; */ | |
| 6 | -} | |
| 7 | - | |
| 8 | -/** CONTENT ***********************************************************************************************************/ | |
| 9 | -/* Main container */ | |
| 10 | -.wpbc_ajx_avy__container { | |
| 11 | - display: -ms-flexbox; | |
| 12 | - display: flex; | |
| 13 | - -ms-flex-flow: row nowrap; | |
| 14 | - flex-flow: row nowrap; | |
| 15 | - -ms-flex-pack: start; | |
| 16 | - justify-content: flex-start; | |
| 17 | - -ms-flex-align: start; | |
| 18 | - align-items: flex-start; | |
| 19 | - margin: 20px 0 0; | |
| 20 | -} | |
| 21 | - | |
| 22 | -/* LEFT section */ | |
| 23 | -.wpbc_ajx_avy__container .wpbc_ajx_avy__section_left { | |
| 24 | - -ms-flex: 1 1 auto; | |
| 25 | - flex: 1 1 auto; | |
| 26 | - display: -ms-flexbox; | |
| 27 | - display: flex; | |
| 28 | - -ms-flex-flow: row wrap; | |
| 29 | - flex-flow: row wrap; | |
| 30 | - -ms-flex-pack: start; | |
| 31 | - justify-content: flex-start; | |
| 32 | - -ms-flex-align: start; | |
| 33 | - align-items: flex-start; | |
| 34 | -} | |
| 35 | - | |
| 36 | -/* Calendar in right section */ | |
| 37 | -.wpbc_ajx_avy__calendar { | |
| 38 | - width: 100%; | |
| 39 | - max-width: 100%; | |
| 40 | - margin: 0; | |
| 41 | -} | |
| 42 | - | |
| 43 | -/* RIGHT section */ | |
| 44 | -.wpbc_ajx_avy__container .wpbc_ajx_avy__section_right { | |
| 45 | - -ms-flex: 0 1 auto; | |
| 46 | - flex: 0 1 auto; | |
| 47 | - margin: 0 0 0 30px; | |
| 48 | - display: -ms-flexbox; | |
| 49 | - display: flex; | |
| 50 | - -ms-flex-flow: column wrap; | |
| 51 | - flex-flow: column wrap; | |
| 52 | - -ms-flex-pack: start; | |
| 53 | - justify-content: flex-start; | |
| 54 | - -ms-flex-align: start; | |
| 55 | - align-items: flex-start; | |
| 56 | -} | |
| 57 | - | |
| 58 | -/** WIDGETS ***********************************************************************************************************/ | |
| 59 | -/* Widgets Section - Define width of widget here */ | |
| 60 | -.wpbc_widgets { | |
| 61 | - width: 200px; | |
| 62 | - /* WIDTH of WIDGETs*/ | |
| 63 | - display: -ms-flexbox; | |
| 64 | - display: flex; | |
| 65 | - -ms-flex-flow: column wrap; | |
| 66 | - flex-flow: column wrap; | |
| 67 | - -ms-flex-pack: start; | |
| 68 | - justify-content: flex-start; | |
| 69 | - -ms-flex-align: start; | |
| 70 | - align-items: flex-start; | |
| 71 | -} | |
| 72 | - | |
| 73 | -/* Widget */ | |
| 74 | -.wpbc_widgets .wpbc_widget { | |
| 75 | - margin: 0 0 20px; | |
| 76 | - width: 100%; | |
| 77 | - -ms-flex: 1 1 100%; | |
| 78 | - flex: 1 1 100%; | |
| 79 | -} | |
| 80 | - | |
| 81 | -/* Widget Header */ | |
| 82 | -.wpbc_widget .wpbc_widget_header { | |
| 83 | - width: 100%; | |
| 84 | - height: 44px; | |
| 85 | - border: 1px solid #ccc; | |
| 86 | - background: #fff; | |
| 87 | - font-weight: 600; | |
| 88 | - text-shadow: none; | |
| 89 | - display: -ms-flexbox; | |
| 90 | - display: flex; | |
| 91 | - -ms-flex-flow: row nowrap; | |
| 92 | - flex-flow: row nowrap; | |
| 93 | - -ms-flex-pack: start; | |
| 94 | - justify-content: flex-start; | |
| 95 | - -ms-flex-align: center; | |
| 96 | - align-items: center; | |
| 97 | -} | |
| 98 | - | |
| 99 | -/* Widget Header text */ | |
| 100 | -.wpbc_widget .wpbc_widget_header .wpbc_widget_header_text { | |
| 101 | - -ms-flex: 1 1 auto; | |
| 102 | - flex: 1 1 auto; | |
| 103 | - padding: 0 15px; | |
| 104 | -} | |
| 105 | - | |
| 106 | -/* Settings Link in right side of header */ | |
| 107 | -.wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link { | |
| 108 | - -ms-flex: 0 0 auto; | |
| 109 | - flex: 0 0 auto; | |
| 110 | - margin-left: auto; | |
| 111 | - border-left: 1px solid #ccc; | |
| 112 | - padding: 5px 10px; | |
| 113 | - color: #0e70b7; | |
| 114 | - display: none; | |
| 115 | -} | |
| 116 | - | |
| 117 | -/** MOBILE ***********************************************************************************************************/ | |
| 118 | -@media (max-width: 470px) { | |
| 119 | - .wpbc_ajx_avy__container { | |
| 120 | - -ms-flex-flow: row wrap; | |
| 121 | - flex-flow: row wrap; | |
| 122 | - } | |
| 123 | - div.wpbc_ajx_avy__container .wpbc_ajx_avy__section_right { | |
| 124 | - margin: 30px 0; | |
| 125 | - } | |
| 126 | - div.wpbc_widgets { | |
| 127 | - width: 100%; | |
| 128 | - } | |
| 129 | - div.wpbc_widgets .wpbc_widget.wpbc_widget_available_unavailable { | |
| 130 | - position: fixed; | |
| 131 | - top: 100%; | |
| 132 | - z-index: 9999; | |
| 133 | - padding: 0px 2px; | |
| 134 | - left: 0px; | |
| 135 | - margin: -105px 0 0; | |
| 136 | - } | |
| 137 | -} | |
| 138 | - | |
| 139 | -/** Toolbar Dates Hints **********************************************************************************************/ | |
| 140 | -#wpbc_hidden_template__select_booking_resource { | |
| 141 | - -ms-flex: 0 1 auto; | |
| 142 | - flex: 0 1 auto; | |
| 143 | -} | |
| 144 | - | |
| 145 | -#wpbc_toolbar_dates_hint { | |
| 146 | - -ms-flex: 1 1 auto; | |
| 147 | - flex: 1 1 auto; | |
| 148 | - -ms-flex-pack: start; | |
| 149 | - justify-content: flex-start; | |
| 150 | - margin-left: 0; | |
| 151 | -} | |
| 152 | - | |
| 153 | -#wpbc_toolbar_dates_hint .ui_element .wpbc_help_text { | |
| 154 | - font-size: 1.1em; | |
| 155 | - line-height: 1.8em; | |
| 156 | - height: auto; | |
| 157 | -} | |
| 158 | - | |
| 159 | -#wpbc_toolbar_dates_hint .ui_element .wpbc_help_text * { | |
| 160 | - font-size: 1em; | |
| 161 | -} | |
| 162 | - | |
| 163 | -/* Dates hints */ | |
| 164 | -.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints { | |
| 165 | - font-size: 1.05em; | |
| 166 | - display: block; | |
| 167 | - /*flex-flow: row wrap;*/ | |
| 168 | - /*width: 100%;*/ | |
| 169 | - /*justify-content: flex-start;*/ | |
| 170 | - /*align-items: first baseline;*/ | |
| 171 | -} | |
| 172 | - | |
| 173 | -.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span { | |
| 174 | - /*flex: 1 1 auto;*/ | |
| 175 | - padding: 0 0.2em; | |
| 176 | -} | |
| 177 | - | |
| 178 | -.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_text, | |
| 179 | -.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_date { | |
| 180 | - font-size: 1.05em; | |
| 181 | - font-weight: 600; | |
| 182 | - padding: 0 0.3em; | |
| 183 | -} | |
| 1 | +#toolbar_booking_availability.wpbc_ajx_toolbar { | |
| 2 | + margin: 0 | |
| 3 | +} | |
| 4 | +.wpbc_ajx_avy__container { | |
| 5 | + display: -ms-flexbox; | |
| 6 | + display: flex; | |
| 7 | + -ms-flex-flow: row nowrap; | |
| 8 | + flex-flow: row nowrap; | |
| 9 | + -ms-flex-pack: start; | |
| 10 | + justify-content: flex-start; | |
| 11 | + -ms-flex-align: start; | |
| 12 | + align-items: flex-start; | |
| 13 | + margin: 20px 0 0 | |
| 14 | +} | |
| 15 | +.wpbc_ajx_avy__container .wpbc_ajx_avy__section_left { | |
| 16 | + -ms-flex: 1 1 auto; | |
| 17 | + flex: 1 1 auto; | |
| 18 | + display: -ms-flexbox; | |
| 19 | + display: flex; | |
| 20 | + -ms-flex-flow: row wrap; | |
| 21 | + flex-flow: row wrap; | |
| 22 | + -ms-flex-pack: start; | |
| 23 | + justify-content: flex-start; | |
| 24 | + -ms-flex-align: start; | |
| 25 | + align-items: flex-start | |
| 26 | +} | |
| 27 | +.wpbc_ajx_avy__calendar { | |
| 28 | + width: 100%; | |
| 29 | + max-width: 100%; | |
| 30 | + margin: 0 | |
| 31 | +} | |
| 32 | +.wpbc_ajx_avy__container .wpbc_ajx_avy__section_right { | |
| 33 | + -ms-flex: 0 1 auto; | |
| 34 | + flex: 0 1 auto; | |
| 35 | + margin: 0 0 0 30px; | |
| 36 | + display: -ms-flexbox; | |
| 37 | + display: flex; | |
| 38 | + -ms-flex-flow: column wrap; | |
| 39 | + flex-flow: column wrap; | |
| 40 | + -ms-flex-pack: start; | |
| 41 | + justify-content: flex-start; | |
| 42 | + -ms-flex-align: start; | |
| 43 | + align-items: flex-start | |
| 44 | +} | |
| 45 | +.wpbc_widgets { | |
| 46 | + width: 200px; | |
| 47 | + display: -ms-flexbox; | |
| 48 | + display: flex; | |
| 49 | + -ms-flex-flow: column wrap; | |
| 50 | + flex-flow: column wrap; | |
| 51 | + -ms-flex-pack: start; | |
| 52 | + justify-content: flex-start; | |
| 53 | + -ms-flex-align: start; | |
| 54 | + align-items: flex-start | |
| 55 | +} | |
| 56 | +.wpbc_widgets .wpbc_widget { | |
| 57 | + margin: 0 0 20px; | |
| 58 | + width: 100%; | |
| 59 | + -ms-flex: 1 1 100%; | |
| 60 | + flex: 1 1 100% | |
| 61 | +} | |
| 62 | +.wpbc_widget .wpbc_widget_header { | |
| 63 | + width: 100%; | |
| 64 | + height: 44px; | |
| 65 | + border: 1px solid #ccc; | |
| 66 | + background: #fff; | |
| 67 | + font-weight: 600; | |
| 68 | + text-shadow: none; | |
| 69 | + display: -ms-flexbox; | |
| 70 | + display: flex; | |
| 71 | + -ms-flex-flow: row nowrap; | |
| 72 | + flex-flow: row nowrap; | |
| 73 | + -ms-flex-pack: start; | |
| 74 | + justify-content: flex-start; | |
| 75 | + -ms-flex-align: center; | |
| 76 | + align-items: center | |
| 77 | +} | |
| 78 | +.wpbc_widget .wpbc_widget_header .wpbc_widget_header_text { | |
| 79 | + -ms-flex: 1 1 auto; | |
| 80 | + flex: 1 1 auto; | |
| 81 | + padding: 0 15px | |
| 82 | +} | |
| 83 | +.wpbc_widget .wpbc_widget_header .wpbc_widget_header_settings_link { | |
| 84 | + -ms-flex: 0 0 auto; | |
| 85 | + flex: 0 0 auto; | |
| 86 | + margin-left: auto; | |
| 87 | + border-left: 1px solid #ccc; | |
| 88 | + padding: 5px 10px; | |
| 89 | + color: #0e70b7; | |
| 90 | + display: none | |
| 91 | +} | |
| 92 | +@media (max-width:470px) { | |
| 93 | + .wpbc_ajx_avy__container { | |
| 94 | + -ms-flex-flow: row wrap; | |
| 95 | + flex-flow: row wrap | |
| 96 | + } | |
| 97 | + div.wpbc_ajx_avy__container .wpbc_ajx_avy__section_right { | |
| 98 | + margin: 30px 0 | |
| 99 | + } | |
| 100 | + div.wpbc_widgets { | |
| 101 | + width: 100% | |
| 102 | + } | |
| 103 | + div.wpbc_widgets .wpbc_widget.wpbc_widget_available_unavailable { | |
| 104 | + position: fixed; | |
| 105 | + bottom: 0; | |
| 106 | + z-index: 9999; | |
| 107 | + padding: 0 2px; | |
| 108 | + left: 0; | |
| 109 | + margin: 0 0 -10px | |
| 110 | + } | |
| 111 | +} | |
| 112 | +#wpbc_hidden_template__select_booking_resource { | |
| 113 | + -ms-flex: 0 1 auto; | |
| 114 | + flex: 0 1 auto | |
| 115 | +} | |
| 116 | +#wpbc_toolbar_dates_hint { | |
| 117 | + -ms-flex: 1 1 auto; | |
| 118 | + flex: 1 1 auto; | |
| 119 | + -ms-flex-pack: start; | |
| 120 | + justify-content: flex-start; | |
| 121 | + margin-left: 0 | |
| 122 | +} | |
| 123 | +#wpbc_toolbar_dates_hint .ui_element .wpbc_help_text { | |
| 124 | + font-size: 1.1em; | |
| 125 | + line-height: 1.8em; | |
| 126 | + height: auto | |
| 127 | +} | |
| 128 | +#wpbc_toolbar_dates_hint .ui_element .wpbc_help_text * { | |
| 129 | + font-size: 1em | |
| 130 | +} | |
| 131 | +.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints { | |
| 132 | + font-size: 1.05em; | |
| 133 | + display: block | |
| 134 | +} | |
| 135 | +.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span { | |
| 136 | + padding: 0 .2em | |
| 137 | +} | |
| 138 | +.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_date, | |
| 139 | +.wpbc_ajx_toolbar .wpbc_help_text .wpbc_toolbar_dates_hints span.wpbc_big_text { | |
| 140 | + font-size: 1.05em; | |
| 141 | + font-weight: 600; | |
| 142 | + padding: 0 .3em | |
| 143 | +} | |
| 144 | +.block_hints .block_booked, | |
| 145 | +.block_hints .block_check_in_out, | |
| 146 | +.block_hints .block_free, | |
| 147 | +.block_hints .block_pending, | |
| 148 | +.block_hints .block_time, | |
| 149 | +.datepick-inline .datepick-days-cell { | |
| 150 | + border-radius: 0!important | |
| 151 | +} | |