Make WordPress Core

Changeset 24756


Ignore:
Timestamp:
07/20/2013 06:15:28 AM (12 years ago)
Author:
markjaquith
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/css/ie.css

    r24751 r24756  
    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 */
    639 }
    640 
    641 .revisions-controls .revisions-tickmarks > div {
    642     margin-right: -1px;
    643     border-width: 0 0 0 0;
    644         border-style: none;
    645 }
     634.revisions-tickmarks,
     635.revisions-tooltip {
     636    display: none !important;
     637}
Note: See TracChangeset for help on using the changeset viewer.