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: http://core.svn.wordpress.org/trunk@24756 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Mark Jaquith 2013-07-20 06:15:28 +00:00
parent d970706e3d
commit 937784e321

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;
}