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/any/css/admin-toolbar.css +157 -1 2.0.1 → 2.1.21 View file →
@@ -3,9 +3,9 @@
3 3 * @package: Tabs
4 4 * @category: Admin UI
5 5 * @author wpdevelop
6 6 *
7 - * @web-site http://oplugins.com/
7 + * @web-site https://oplugins.com/
8 8 * @email [email protected]
9 9 *
10 10 * @modified 2015-10-29
11 11 */
@@ -428,5 +428,161 @@
428 428 @media (max-width: 400px) {
429 429 .wpdevelop .wpbm-sm-100 {
430 430 width:100% !important;
431 431 }
432 +}
433 +
434 +/*******************************************************************************/
435 +/* Fix for Chrome - Admin Skin *************************************************/
436 +/*******************************************************************************/
437 +/* FixIn: 8.0.2.5 */
438 +#wh_booking_type,
439 +.chzn-container-multi,
440 +.chzn-container-multi .chzn-choices,
441 +.wpdevelop .btn-group,
442 +.wpdevelop .btn-group-vertical {
443 + box-shadow: none !important;
444 + border-color: #d8d8d8 !important;
445 +}
446 +.chzn-container-multi .chzn-choices .search-choice {
447 + margin: 3px 0 0px 5px;
448 + padding: 2px 20px 1px 5px;
449 + border-color: #d5d5d5;
450 +}
451 +.wpdevelop .input-group .dropdown-menu-text-element .form-control {
452 + border-radius: 4px;
453 + -moz-border-radius: 4px;
454 + -webkit-border-radius: 4px;
455 +}
456 +/* Border Color and Shadow */
457 +/*.wpdevelop .button:not([class*="button-primary"]),*/
458 +.wpdevelop .control-group .btn-toolbar .btn-group > .button:not([class*="button-primary"]),
459 +.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text],
460 +.wpdevelop .control-group .btn-toolbar .btn-group > select,
461 +.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,
462 +.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button,
463 +.wpdevelop .control-group .btn-toolbar .input-group > select,
464 +.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'],
465 +.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon {
466 + border: 1px solid #d8d8d8;
467 +}
468 +.wpdevelop .button,
469 +.wpdevelop .control-group .btn-toolbar .btn-group > .button,
470 +.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text],
471 +.wpdevelop .control-group .btn-toolbar .btn-group > select,
472 +.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,
473 +.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button,
474 +.wpdevelop .control-group .btn-toolbar .input-group > select,
475 +.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'],
476 +.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon {
477 + box-shadow: 0 1px 0px #f1f1f1;
478 +}
479 +.wp-core-ui .wpdevelop .control-group .button-secondary:focus,
480 +.wp-core-ui .wpdevelop .control-group .wpdevelop .button-secondary:hover,
481 +.wp-core-ui .wpdevelop .control-group .button.focus,
482 +.wp-core-ui .wpdevelop .control-group .button.hover:not([class*="button-primary"]),
483 +.wp-core-ui .wpdevelop .control-group .button:focus,
484 +.wp-core-ui .wpdevelop .control-group .button:hover:not([class*="button-primary"]) {
485 + border-color: #d8d8d8;
486 +}
487 +
488 +/* Margin */
489 +.wpdevelop .input-group .dropdown-menu-text-element-count-1 .form-control,
490 +.wpdevelop .input-group .form-control,
491 +.wpdevelop .control-group .btn-toolbar .btn-group > .button,
492 +.wpdevelop .control-group .btn-toolbar .btn-group > select,
493 +.wpdevelop .control-group .btn-toolbar .btn-group > input[type=text],
494 +.wpdevelop .control-group .btn-toolbar .btn-group > .button,
495 +.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,
496 +.wpdevelop .control-group .btn-toolbar .input-group > .input-group-addon,
497 +/*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,*/
498 +/*.wpdevelop .control-group .btn-toolbar .input-group > .input-group-btn .button,*/
499 +/*.wpdevelop .control-group .btn-toolbar .input-group .input-group-btn .button,*/
500 +.wpdevelop .control-group .btn-toolbar .input-group > select,
501 +.wpdevelop .control-group .btn-toolbar .input-group > input[type='text'] {
502 + margin:0 0 0 -2px !important;
503 +}
504 +.wpdevelop .btn-group-vertical > .button + .button,
505 +.wpdevelop .btn-group-vertical > .button + .btn-group,
506 +.wpdevelop .btn-group-vertical > .btn-group + .button,
507 +.wpdevelop .btn-group-vertical > .btn-group + .btn-group{
508 + margin-top: -2px;
509 +}
510 +/* In Dropdown lists buttons */
511 +.wpdevelop .dropdown-menu > li .btn-group .button {
512 + font-size: 14px;
513 + line-height: 15px;
514 +}
515 +.wpdevelop .dropdown-menu li .btn-toolbar .input-group.text-group .dropdown-menu-text-element {
516 + width:100%;
517 +}
518 +/* Booking Listing */
519 +.wpbm-listing-header,
520 +.wpbm-listing-row,
521 +/* Toolbar (sub tab) border */
522 +.wpdvlp-sub-tabs,
523 +.wpdvlp-top-tabs .nav-tabs,
524 +.wpdevelop .visibility_container .tab-bottom {
525 + border-color:#d5d5d5;
526 +}
527 +/* Dates */
528 +.wpbm-listing-collumn.field-dates .field-booking-date,
529 +.wpbm-listing-collumn.field-dates .field-booking-date:hover,
530 +/* Labels */
531 +.wpbm-listing-collumn .label,
532 +.wpbm_resources_table .label,
533 +/* TimeLine Popover Labels */
534 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date,
535 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date:hover,
536 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-labels span.label,
537 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-id span.label {
538 + border: 0;
539 + box-shadow: 0 0 1px #ddd;
540 + padding: 5px 10px;
541 + white-space: nowrap;
542 + line-height: 2.8em;
543 + margin-right: 3px;
544 + font-size: 11px;
545 + border-radius: .2em;
546 +}
547 +/* TimeLine Popover Labels - ID */
548 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-id span.label {
549 + border-radius: 0.9em;
550 + line-height: 3em;
551 +}
552 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date,
553 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-dates .field-booking-date:hover,
554 +.wpdevelop .popover-content .wpbm-popover-content-data.wpbm-listing-collumn .field-labels span.label {
555 + font-weight:400;
556 + text-shadow: none;
557 + font-size: 12px;
558 +}
559 +/* Dates */
560 +.wpbm-listing-collumn.field-dates .field-booking-date,
561 +.wpbm-listing-collumn.field-dates .field-booking-date:hover {
562 + font-size: 12px;
563 +}
564 +/* Booking Listing page */
565 +/* Selected row */
566 +.wpdevelop.wpbm_resources_table table > tbody > tr.row_selected_color > th,
567 +.wpdevelop.wpbm_resources_table table > tbody > tr.row_selected_color > td,
568 +.wpbm-listing-row.row.row_selected_color {
569 + /*background: #f9f9e7;*/
570 + /*background: #ffffeb;*/
571 + /*border-color: #d2d2d2 !important;*/
572 + background: transparent;
573 + border-color: #d2d2d2 !important;
574 + border-left: 4px solid #08a !important;
575 +}
576 +.wpdevelop.wpbm_resources_table table > tbody > tr.row_selected_color > td{
577 + border-left: 0px solid #d2d2d2 !important;
578 +}
579 +/* "Content of booking fields data" in booking listing */
580 +.wpbm-listing-collumn .fieldvalue{
581 + padding: 4px 5px;
582 + line-height: 2.3em;
583 +}
584 +/* Cehckbox for Selection */
585 +.wpbm_page .wpdevelop .wpbm-listing-collumn.col-sm-2 .field-checkbox input[type="checkbox"],
586 +.wpbm_page .wpdevelop .wpbm-listing-collumn.col-sm-3 .field-checkbox input[type="checkbox"] {
587 + margin-top:7px;
432 588 }