Make WordPress Core

Ticket #24736: 24736.19.patch

File 24736.19.patch, 801 bytes (added by adamsilverstein, 11 years ago)

refreshed removes tickmarks, tooltips in ie7

  • wp-admin/css/ie.css

     
    631631        height: 29px;
    632632}
    633633
    634 /* Revisions */
    635 .revisions-tooltip-arrow span {
    636         left: 25px;
    637         top: -24px;
    638         filter: progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476); /* IE7 */
     634/* Revisions - hide tickmarks & tooltips in IE7 */
     635.revisions-tickmarks,
     636.revisions-tooltip div {
     637        display: none;
    639638}
    640639
    641 .revisions-controls .revisions-tickmarks > div {
    642         margin-right: -1px;
    643         border-width: 0 0 0 0;
    644                 border-style: none;
     640.revisions-tooltip {
     641        border-style: none;
    645642}
     643 No newline at end of file