Make WordPress Core


Ignore:
Timestamp:
07/19/2013 01:49:15 PM (11 years ago)
Author:
markjaquith
Message:

Revisions: Re-work how tick marks and tooltips are aligned. IE fixes.

  • Pixel-based alignment of tooltips.
  • Bottom-based alignment, so arrow lines up using CSS only.
  • Better RTL styles (mostly mirror-imaged).
  • Better RTL calculations in revisions.js (less logic).
  • Better IE support.

See #24736. Props markjaquith, adamsilverstein, ocean90.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-admin/revision.php

    r24732 r24751  
    139139    <# } #>
    140140    </div>
    141     <div class="revisions-tooltip-arrow"></div>
     141    <div class="revisions-tooltip-arrow"><span></span></div>
    142142</script>
    143143
Note: See TracChangeset for help on using the changeset viewer.