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:
parent
9b72b3f3c2
commit
7852bf8701
|
@ -631,15 +631,7 @@ table.ie-fixed {
|
||||||
height: 29px;
|
height: 29px;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Revisions */
|
.revisions-tickmarks,
|
||||||
.revisions-tooltip-arrow span {
|
.revisions-tooltip {
|
||||||
left: 25px;
|
display: none !important;
|
||||||
top: -24px;
|
|
||||||
filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE7 */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.revisions-controls .revisions-tickmarks > div {
|
|
||||||
margin-right: -1px;
|
|
||||||
border-width: 0 0 0 0;
|
|
||||||
border-style: none;
|
|
||||||
}
|
|
Loading…
Reference in New Issue