diff --git wp-admin/css/wp-admin.css wp-admin/css/wp-admin.css
index fb8f499..cc57516 100644
|
|
td.plugin-title p { |
3522 | 3522 | } |
3523 | 3523 | |
3524 | 3524 | .revisions-controls input[type="checkbox"] { |
3525 | 3525 | position: relative; |
3526 | 3526 | top: -1px; |
3527 | 3527 | vertical-align: text-bottom; |
3528 | 3528 | } |
3529 | 3529 | |
3530 | 3530 | .revisions-tickmarks { |
3531 | 3531 | position: relative; |
3532 | 3532 | margin: 0 auto; |
3533 | 3533 | height: 0.8em; |
3534 | | z-index: 2; |
3535 | 3534 | top: 7px; |
3536 | 3535 | width: 100%; |
3537 | 3536 | padding: 0 15%; |
3538 | 3537 | -moz-box-sizing: border-box; |
3539 | 3538 | -webkit-box-sizing: border-box; |
3540 | 3539 | box-sizing: border-box; |
3541 | 3540 | } |
3542 | 3541 | |
3543 | 3542 | .revisions-tickmarks > div { |
3544 | 3543 | position: relative; |
3545 | 3544 | height: 100%; |
3546 | 3545 | float: left; |
3547 | | z-index: 3; |
3548 | 3546 | border-style: solid; |
3549 | 3547 | border-width: 0 1px 0 0; |
3550 | 3548 | -moz-box-sizing: border-box; |
3551 | 3549 | -webkit-box-sizing: border-box; |
3552 | 3550 | box-sizing: border-box; |
3553 | 3551 | } |
3554 | 3552 | |
3555 | 3553 | .revisions-tickmarks > div:last-child { |
3556 | 3554 | border-width: 0; |
3557 | 3555 | } |
3558 | 3556 | |
3559 | 3557 | .comparing-two-revisions .revisions-controls { |
… |
… |
td.plugin-title p { |
3623 | 3621 | top: 0; |
3624 | 3622 | right: 0; |
3625 | 3623 | } |
3626 | 3624 | |
3627 | 3625 | .comparing-two-revisions .revisions-previous, |
3628 | 3626 | .comparing-two-revisions .revisions-next { |
3629 | 3627 | display: none; |
3630 | 3628 | } |
3631 | 3629 | |
3632 | 3630 | .revisions-previous, |
3633 | 3631 | .revisions-next { |
3634 | 3632 | position: relative; |
3635 | | z-index: 4; |
| 3633 | z-index: 1; |
3636 | 3634 | } |
3637 | 3635 | |
3638 | 3636 | .revisions-previous { |
3639 | 3637 | float: left; |
3640 | 3638 | } |
3641 | 3639 | |
3642 | 3640 | .revisions-next { |
3643 | 3641 | float: right; |
3644 | 3642 | } |
3645 | 3643 | |
3646 | 3644 | .wp-slider { |
3647 | 3645 | width: 70%; |
… |
… |
table.diff .diff-addedline ins { |
3734 | 3732 | |
3735 | 3733 | .comparing-two-revisions #diff-title-from, |
3736 | 3734 | .comparing-two-revisions #diff-header-from { |
3737 | 3735 | display: block; |
3738 | 3736 | } |
3739 | 3737 | |
3740 | 3738 | .revisions-tooltip { |
3741 | 3739 | position: absolute; |
3742 | 3740 | bottom: 105px; |
3743 | 3741 | margin-right: 0; |
3744 | 3742 | margin-left: -70px; |
3745 | 3743 | line-height: 28px; |
3746 | | z-index: 9999; |
| 3744 | z-index: 1; |
3747 | 3745 | max-width: 350px; |
3748 | 3746 | min-width: 130px; |
3749 | 3747 | padding: 4px; |
3750 | 3748 | display: none; |
3751 | 3749 | opacity: 0; |
3752 | 3750 | -webkit-transition: left 15ms; |
3753 | 3751 | -moz-transition: left 15ms; |
3754 | 3752 | -ms-transition: left 15ms; |
3755 | 3753 | -o-transition: left 15ms; |
3756 | 3754 | transition: left 15ms; |
3757 | 3755 | } |
3758 | 3756 | |
… |
… |
div.revisions-controls > .wp-slider > .ui-slider-handle { |
3848 | 3846 | .wp-slider .ui-slider-handle.from-handle:before { |
3849 | 3847 | background-position: -5px -84px; |
3850 | 3848 | left: 7px; |
3851 | 3849 | } |
3852 | 3850 | |
3853 | 3851 | .wp-slider .ui-slider-handle.to-handle:before { |
3854 | 3852 | background-position: -4px -65px; |
3855 | 3853 | left: 5px; |
3856 | 3854 | } |
3857 | 3855 | |
3858 | 3856 | .wp-slider .ui-slider-range { |
3859 | 3857 | position: absolute; |
3860 | | z-index: 1; |
3861 | 3858 | font-size: .7em; |
3862 | 3859 | display: block; |
3863 | 3860 | border: 0; |
3864 | 3861 | background-color: transparent; |
3865 | 3862 | background-image: none; |
3866 | 3863 | } |
3867 | 3864 | |
3868 | 3865 | .wp-slider.ui-slider-horizontal { |
3869 | 3866 | height: .8em; |
3870 | | z-index: 10001; |
3871 | 3867 | } |
3872 | 3868 | |
3873 | 3869 | .wp-slider.ui-slider-horizontal .ui-slider-handle { |
3874 | 3870 | top: -.25em; |
3875 | 3871 | margin-left: -.6em; |
3876 | 3872 | } |
3877 | 3873 | |
3878 | 3874 | .wp-slider.ui-slider-horizontal .ui-slider-range { |
3879 | 3875 | top: 0; |
3880 | 3876 | height: 100%; |
3881 | 3877 | } |
3882 | 3878 | |