PluginProbe
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar / 2.1.21
Booking Manager – Sync WP Booking Calendar – Import Events, Export Bookings to ICS Calendar v2.1.21
2.1.22 2.1.21 2.1.20 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.1.9 trunk 1.1 2.0 2.0.1 2.0.10.2 2.0.11 2.0.12 2.0.13 2.0.14 2.0.15 2.0.16 2.0.17 2.0.18 2.0.2 2.0.20 2.0.21 All 56 releases
← All changes | core/admin/page-root-ics.php +18 -13 2.1.72.1.21 View file →
@@ -320,26 +320,31 @@
320 320
321 321 }
322 322 .wpbm_listing_ics_bar .wpbm_listing_div {
323 323 float:left;
324 - width:100%;
324 + width:100%;
325 + display: flex;
326 + flex-flow: row wrap;
327 + gap: 10px;
328 + justify-content: flex-start;
329 + align-items: center;
325 330 }
326 331 .wpbm_listing_ics_bar .wpbm_listing_br_selection,
327 332 .wpbm_listing_ics_bar .wpbm_listing_url {
328 - float:left;
329 - width:28%;
330 - height: 2em;
331 - padding: 2px;
332 - border-radius: 0;
333 - margin:10px 5px 10px 1px;
334 - /* FixIn: 2.0.13.1 */
335 - min-height: 28px;
336 - height: 28px;
337 - margin: 9px 5px 10px 1px;
333 +
334 +
335 +
336 +
337 +
338 +
339 +
340 +
338 341 }
339 342 .wpbm_listing_ics_bar .wpbm_listing_url {
340 - width:50%;
341 - padding: 2px 5px;
343 + flex: 1 1 auto;
344 + height: 40px;
345 + max-width: Min( 500px, 100% );
346 + margin-right: 20px;
342 347 }
343 348 .wpbm_system_info_log {
344 349 font-size: 11px;
345 350 line-height: 1.5em;