Make WordPress Core

Changeset 23034


Ignore:
Timestamp:
12/04/2012 06:51:27 PM (12 years ago)
Author:
nacin
Message:

Media: Fix vertical and horizontal alignment of the gallery "Random" checkbox, and checkbox settings in general. Includes RTL. props koopersmith. fixes #22724.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/media-views.css

    r23032 r23034  
    245245
    246246.media-sidebar .setting input[type="checkbox"] {
    247     margin-top: 10px;
     247    width: auto;
     248    height: 30px;
     249    float: none;
     250    margin: 0;
     251    padding: 0;
    248252}
    249253
     
    555559}
    556560
    557 .media-iframe iframe {
     561.media-frame .media-iframe,
     562.media-frame .media-iframe iframe {
    558563    height: 100%;
    559564    width: 100%;
Note: See TracChangeset for help on using the changeset viewer.