Make WordPress Core

Ticket #46531: 46531.2.diff

File 46531.2.diff, 1001 bytes (added by audrasjb, 6 years ago)

Patch refresh

  • src/wp-admin/css/widgets.css

    diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css
    index f1c3a3c..8f365cf 100644
    a b  
    3939.widgets-holder-wrap .widget-inside {
    4040        border-top: none;
    4141        padding: 1px 15px 15px 15px;
    42         line-height: 16px;
     42        line-height: 1.2;
    4343}
    4444
    4545.widget.widget-dirty .widget-control-close-wrapper {
     
    8989        border: 1px dashed #b4b9be;
    9090        box-sizing: border-box;
    9191        cursor: pointer;
    92         line-height: 20px;
     92        line-height: 1.6;
    9393        padding: 9px 0;
    9494        position: relative;
    9595        text-align: center;
    div#widgets-right .closed .widgets-sortables { 
    541541        color: #666;
    542542        background: #EEE;
    543543        padding: 0 15px;
    544         line-height: 43px;
     544        line-height: 3.35;
    545545        border-left: 1px solid #DDD;
    546546}
    547547
    div#widgets-right .widget-top:hover, 
    756756        right: 15px;
    757757}
    758758.text-widget-fields .wp-pointer .wp-pointer-buttons {
    759         line-height: 1.4em;
     759        line-height: 1.4;
    760760}
    761761
    762762.custom-html-widget-fields > p > .CodeMirror {