| @@ -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; |