Ticket #44643: 44643.1.widgets.css.diff
File 44643.1.widgets.css.diff, 934 bytes (added by , 6 years ago) |
---|
-
wp-admin/css/widgets.css
39 39 .widgets-holder-wrap .widget-inside { 40 40 border-top: none; 41 41 padding: 1px 15px 15px 15px; 42 line-height: 1 6px;42 line-height: 1.2; 43 43 } 44 44 45 45 .widget.widget-dirty .widget-control-close-wrapper { … … 88 88 border: 1px dashed #b4b9be; 89 89 box-sizing: border-box; 90 90 cursor: pointer; 91 line-height: 20px;91 line-height: 1.6; 92 92 padding: 9px 0; 93 93 position: relative; 94 94 text-align: center; … … 520 520 color: #666; 521 521 background: #EEE; 522 522 padding: 0 15px; 523 line-height: 43px;523 line-height: 3.35; 524 524 border-left: 1px solid #DDD; 525 525 } 526 526 … … 735 735 right: 15px; 736 736 } 737 737 .text-widget-fields .wp-pointer .wp-pointer-buttons { 738 line-height: 1.4 em;738 line-height: 1.4; 739 739 } 740 740 741 741 .custom-html-widget-fields > p > .CodeMirror {