Ticket #24736: 24736.19.patch
File 24736.19.patch, 801 bytes (added by , 11 years ago) |
---|
-
wp-admin/css/ie.css
631 631 height: 29px; 632 632 } 633 633 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; 639 638 } 640 639 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; 645 642 } 643 No newline at end of file