Make WordPress Core

Ticket #44643: 44643.1.widgets.css.diff

File 44643.1.widgets.css.diff, 934 bytes (added by ianbelanger, 6 years ago)

This patch covers the complete /wp-admin/css/widgets.css file, disregard the original 44643.widget.css.diff

  • wp-admin/css/widgets.css

     
    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 {
     
    8888        border: 1px dashed #b4b9be;
    8989        box-sizing: border-box;
    9090        cursor: pointer;
    91         line-height: 20px;
     91        line-height: 1.6;
    9292        padding: 9px 0;
    9393        position: relative;
    9494        text-align: center;
     
    520520        color: #666;
    521521        background: #EEE;
    522522        padding: 0 15px;
    523         line-height: 43px;
     523        line-height: 3.35;
    524524        border-left: 1px solid #DDD;
    525525}
    526526
     
    735735        right: 15px;
    736736}
    737737.text-widget-fields .wp-pointer .wp-pointer-buttons {
    738         line-height: 1.4em;
     738        line-height: 1.4;
    739739}
    740740
    741741.custom-html-widget-fields > p > .CodeMirror {