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:
parent
d970706e3d
commit
937784e321
|
@ -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