Ticket #24736: 24736.2.patch
File 24736.2.patch, 1.3 KB (added by , 12 years ago) |
---|
-
wp-admin/css/wp-admin.css
3522 3522 3523 3523 .revisions-tickmarks { 3524 3524 position: relative; 3525 margin: 0 auto 0;3525 margin: 0 auto; 3526 3526 height: 0.8em; 3527 3527 z-index: 2; 3528 3528 top: 7px; 3529 3529 width: 70%; 3530 3530 -moz-box-sizing: border-box; 3531 3531 -webkit-box-sizing: border-box; 3532 -ms-box-sizing: border-box; /* ie8 only */3533 3532 box-sizing: border-box; 3534 3533 } 3535 3534 … … 3542 3541 border-width: 0 0 0 1px; 3543 3542 -moz-box-sizing: border-box; 3544 3543 -webkit-box-sizing: border-box; 3545 -ms-box-sizing: border-box; /* ie8 only */3546 3544 box-sizing: border-box; 3547 3545 } 3548 3546 3549 .revisions-tickmarks > div:first- of-type{3547 .revisions-tickmarks > div:first-child { 3550 3548 border-left-width: 0; 3551 3549 } 3552 3550 … … 3559 3557 text-align: center; 3560 3558 vertical-align: middle; 3561 3559 opacity: 0; 3560 filter: alpha(opacity=0); 3562 3561 margin: 0 auto; 3563 3562 width: 100%; 3564 3563 height: 32px; … … 3573 3572 3574 3573 .revisions.loading .loading-indicator { 3575 3574 opacity: 1; 3575 filter: alpha(opacity=100); 3576 3576 } 3577 3577 3578 3578 .revisions .diff { … … 3584 3584 } 3585 3585 3586 3586 .revisions.loading .diff { 3587 opacity: 0.5; 3587 opacity: .5; 3588 filter: alpha(opacity=50); 3588 3589 } 3589 3590 3590 3591 .revisions-meta { … … 3612 3613 3613 3614 .wp-slider { 3614 3615 width: 70%; 3615 margin: 0 auto 0;3616 margin: 0 auto; 3616 3617 top: -3px; 3617 3618 } 3618 3619