Make WordPress Core

Changeset 20530


Ignore:
Timestamp:
04/19/2012 06:45:31 AM (13 years ago)
Author:
koopersmith
Message:

Theme Customizer: Box model fixes for image picker thumbnails. see #19910.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/wp-includes/css/customize-controls.dev.css

    r20527 r20530  
    320320.customize-section .customize-control-image .thumbnail {
    321321    float: right;
    322     width: 140px;
    323     min-height: 1em;
     322    width: 138px;
     323    min-height: 25px;
     324    border: 1px solid #ccc;
     325    margin-bottom: 5px;
     326    background: #eee;
    324327}
    325328
    326329.customize-section .customize-control-image .thumbnail img {
     330    display: block;
    327331    max-width: 138px;
    328332    max-height: 98px;
    329     border: 1px solid #ccc;
     333    margin: 0 auto;
    330334}
    331335
Note: See TracChangeset for help on using the changeset viewer.