Revisions: hide tick marks and tooltips for IE 7.

Not worth the effort it would take to get them to work.

Props adamsilverstein. Fixes #24736.

git-svn-id: https://develop.svn.wordpress.org/trunk@24756 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Mark Jaquith 2013-07-20 06:15:28 +00:00
parent 9b72b3f3c2
commit 7852bf8701
1 changed files with 3 additions and 11 deletions

View File

@ -631,15 +631,7 @@ table.ie-fixed {
height: 29px;
}
/* Revisions */
.revisions-tooltip-arrow span {
left: 25px;
top: -24px;
filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE7 */
.revisions-tickmarks,
.revisions-tooltip {
display: none !important;
}
.revisions-controls .revisions-tickmarks > div {
margin-right: -1px;
border-width: 0 0 0 0;
border-style: none;
}