diff --git src/wp-admin/css/revisions.css src/wp-admin/css/revisions.css
index 5a97fd99fb..06947922f6 100644
|
|
|
|
| 6 | 6 | position: relative; |
| 7 | 7 | } |
| 8 | 8 | |
| | 9 | .revisions-diff-frame { |
| | 10 | top: 10px; |
| | 11 | } |
| | 12 | |
| 9 | 13 | .revisions-controls { |
| 10 | 14 | padding-top: 40px; |
| 11 | | height: 100px; |
| 12 | 15 | z-index: 1; |
| 13 | 16 | } |
| 14 | 17 | |
| … |
… |
body.folded .revisions .loading-indicator { |
| 111 | 114 | margin-top: 20px; |
| 112 | 115 | background-color: #fff; |
| 113 | 116 | box-shadow: 0 1px 3px rgba(0,0,0,0.1); |
| | 117 | overflow: hidden; |
| 114 | 118 | } |
| 115 | 119 | |
| 116 | 120 | .revisions.pinned .revisions-meta { |
| … |
… |
table.diff .diff-addedline ins { |
| 294 | 298 | float: right; |
| 295 | 299 | margin-left: 6px; |
| 296 | 300 | margin-right: 6px; |
| 297 | | margin-top: 4px; |
| | 301 | margin-top: 2px; |
| 298 | 302 | } |
| 299 | 303 | |
| 300 | 304 | .diff-meta-from { |
| … |
… |
div.revisions-controls > .wp-slider > .ui-slider-handle { |
| 565 | 569 | #diff-previous-revision { |
| 566 | 570 | margin-top: -1em; |
| 567 | 571 | } |
| 568 | | |
| | 572 | .revisions-buttons { |
| | 573 | overflow: hidden; |
| | 574 | margin-bottom: 15px; |
| | 575 | } |
| | 576 | |
| | 577 | .revisions-controls { |
| | 578 | height: 170px; |
| | 579 | } |
| | 580 | |
| | 581 | .revisions-tooltip { |
| | 582 | bottom: 130px; |
| | 583 | z-index: 2; |
| | 584 | } |
| | 585 | |
| | 586 | .diff-meta { |
| | 587 | overflow: hidden; |
| | 588 | } |
| 569 | 589 | table.diff { |
| 570 | 590 | -ms-word-break: break-all; |
| 571 | 591 | word-break: break-all; |
| 572 | 592 | word-wrap: break-word; |
| 573 | 593 | } |
| | 594 | .diff-meta input.restore-revision { |
| | 595 | margin-top: 0; |
| | 596 | } |
| 574 | 597 | } |