Make WordPress Core

Changeset 24677


Ignore:
Timestamp:
07/12/2013 05:06:01 PM (10 years ago)
Author:
markjaquith
Message:

Revisions: pixel perfect tooltips (as far as I can tell), and better checkbox alignment in Firefox.

See #24425.

File:
1 edited

Legend:

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

    r24675 r24677  
    35113511}
    35123512
     3513.revisions-controls input[type="checkbox"] {
     3514    position: relative;
     3515    top: -1px;
     3516    vertical-align: text-bottom;
     3517}
     3518
    35133519.revisions-tickmarks {
    35143520    position: relative;
     
    36983704    position: absolute;
    36993705    bottom: 105px;
    3700     margin-left: -70px;
     3706    margin-left: -69px;
    37013707    line-height: 28px;
    37023708    z-index: 9999;
Note: See TracChangeset for help on using the changeset viewer.