Make WordPress Core

Ticket #26606: 26606.diff

File 26606.diff, 1.1 KB (added by mattheu, 10 years ago)
  • src/wp-admin/css/wp-admin.css

     
    12831283        margin: 0 4px 0 0;
    12841284}
    12851285
     1286#search-plugins input[name="s"] {
     1287        margin-bottom: 8px;
     1288}
     1289
    12861290input[type="text"].ui-autocomplete-loading {
    12871291        background: transparent url('../images/loading.gif') no-repeat right center;
    12881292        visibility: visible;
     
    76287632}
    76297633
    76307634.plugin-install-php h4 {
    7631         margin: 2.5em 0 8px;
     7635        margin: 2em 0 8px;
    76327636}
    76337637
    76347638
     
    1239012394        .form-table td select,
    1239112395        .form-table td textarea,
    1239212396        .form-table span.description,
    12393         #profile-page .form-table textarea {
     12397        #profile-page .form-table textarea,
     12398        #search-plugins input[name="s"] {
    1239412399                width: 100%;
    1239512400                font-size: 16px;
    1239612401                line-height: 1.5;
     
    1240112406                -mox-box-sizing: border-box;
    1240212407        }
    1240312408
     12409        #search-plugins input[name="s"] {
     12410                height: auto;
     12411                width: auto;
     12412                padding-top: 5px;
     12413                padding-bottom: 5px;
     12414        }
     12415
    1240412416        input[type=text].small-text,
    1240512417        input[type=search].small-text,
    1240612418        input[type=password].small-text,