Make WordPress Core

Changeset 31227


Ignore:
Timestamp:
01/17/2015 01:15:00 PM (12 years ago)
Author:
SergeyBiryukov
Message:

Customizer: Make "Search widgets" input sticky.

props celloexpressions.
fixes #30751.

File:
1 edited

Legend:

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

    r30714 r31227  
    339339        position: absolute;
    340340        overflow: auto;
    341         top: 0;
     341        top: 46px;
    342342        bottom: 0;
    343343        left: -301px;
     
    352352
    353353#available-widgets-filter {
     354        position: fixed;
     355        top: 0;
     356        z-index: 1;
     357        width: 300px;
     358        height: 46px;
    354359        padding: 8px 17px 7px 13px;
     360        background: #eee;
    355361        border-bottom: 1px solid #e4e4e4;
    356362        -webkit-box-sizing: border-box;
Note: See TracChangeset for help on using the changeset viewer.