Make WordPress Core

Changeset 33297


Ignore:
Timestamp:
07/16/2015 07:14:31 PM (9 years ago)
Author:
helen
Message:

Customizer: Ensure consistent margins in sections.

Since the customizer dynamically changes, nth-child selectors are not always a great idea.

props afercia.
fixes #32902.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-admin/css/customize-controls.css

    r33282 r33297  
    223223
    224224.customize-section-title {
    225     margin: -12px;
     225    margin: -12px -12px 0 -12px;
    226226    border-bottom: 1px solid #ddd;
    227227    background: #fff;
     
    255255    line-height: 21px;
    256256    color: #555;
    257 }
    258 
    259 #customize-theme-controls .control-section .accordion-section-content > li.customize-control:nth-child(2) {
    260     margin-top: 12px;
    261257}
    262258
Note: See TracChangeset for help on using the changeset viewer.