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:
Mark Jaquith
2013-07-08 21:37:03 +00:00
parent 772c90d846
commit 4c35743a1a
5 changed files with 103 additions and 23 deletions
+18 -1
View File
@@ -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 */