Make WordPress Core

Changeset 27485


Ignore:
Timestamp:
03/09/2014 10:19:36 PM (11 years ago)
Author:
azaozz
Message:

Adjust the height of the header and footer in the Find Posts modal on the Media Library screen, see #26952

File:
1 edited

Legend:

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

    r27461 r27485  
    248248    background: #fcfcfc;
    249249    border-bottom: 1px solid #dfdfdf;
    250     height: 56px;
     250    height: 42px;
    251251    font-size: 22px;
    252252    font-weight: 600;
    253     line-height: 56px;
    254     padding: 0 40px 0 16px;
     253    line-height: 41px;
     254    padding: 0 42px 0 16px;
    255255    position: absolute;
    256256    top: 0;
     
    264264    background-color: #fff;
    265265    position: absolute;
    266     top: 57px;
    267     bottom: 57px;
     266    top: 43px;
     267    bottom: 45px;
    268268    overflow-y: scroll;
    269269    width: 100%;
     
    301301
    302302#find-posts-close {
    303     width: 40px;
    304     height: 40px;
     303    width: 42px;
     304    height: 42px;
    305305    position: absolute;
    306306    top: 0;
     
    316316
    317317#find-posts-close:before {
    318     font: normal 20px/40px 'dashicons';
     318    font: normal 20px/42px 'dashicons';
    319319    vertical-align: top;
    320320    speak: none;
     
    325325
    326326.find-box-buttons {
    327     padding: 14px 16px;
     327    padding: 8px 16px;
    328328    background: #fcfcfc;
    329329    border-top: 1px solid #dfdfdf;
     
    336336@media screen and ( max-width: 782px ) {
    337337    .find-box-inside {
    338         bottom: 69px;
     338        bottom: 57px;
    339339    }
    340340}
Note: See TracChangeset for help on using the changeset viewer.