mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-12 04:40:26 +00:00
Tick marks are back for revisions
* Simple tick marks * Tooltips snap to tick marks * Tooltips arrow reverses side for LTR/RTL * Fix for routing issue where just the hash is changed in the URL bar relating to compare two mode see #24425. props adamsilverstein, ocean90. git-svn-id: https://develop.svn.wordpress.org/trunk@24595 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -3505,6 +3505,22 @@ td.plugin-title p {
|
||||
height: 100px;
|
||||
}
|
||||
|
||||
.revisions-tickmarks {
|
||||
position: relative;
|
||||
margin: 0 auto 0;
|
||||
height: 0.8em;
|
||||
z-index: 2;
|
||||
top: 7px;
|
||||
}
|
||||
|
||||
.revisions-tickmarks > div {
|
||||
height: 0.8em;
|
||||
width: 1px;
|
||||
float: left;
|
||||
position: relative;
|
||||
z-index: 10002;
|
||||
}
|
||||
|
||||
.comparing-two-revisions .revisions-controls {
|
||||
height: 140px;
|
||||
}
|
||||
@@ -3534,7 +3550,8 @@ td.plugin-title p {
|
||||
|
||||
.wp-slider {
|
||||
width: 70%;
|
||||
margin: 6px auto 0;
|
||||
margin: 0 auto 0;
|
||||
top: -3px;
|
||||
}
|
||||
|
||||
/* Revision meta box */
|
||||
|
||||
Reference in New Issue
Block a user