Ticket #33575: 33575.4.diff
File 33575.4.diff, 1.1 KB (added by , 9 years ago) |
---|
-
src/wp-admin/css/customize-controls.css
94 94 #customize-controls .customize-info .panel-title { 95 95 font-size: 20px; 96 96 font-weight: 200; 97 line-height: 2 4px;97 line-height: 26px; 98 98 display: block; 99 99 overflow: hidden; 100 100 white-space: nowrap; … … 223 223 left: 100%; 224 224 width: 100%; 225 225 margin: 0; 226 226 padding: 12px; 227 227 -webkit-box-sizing: border-box; 228 228 -moz-box-sizing: border-box; 229 229 box-sizing: border-box; … … 334 334 display: block; 335 335 float: left; 336 336 width: 48px; 337 height: 69px;337 height: 71px; 338 338 padding: 0 24px 0 0; 339 339 margin: 0; 340 340 background: #fff; … … 348 348 } 349 349 350 350 .customize-section-back { 351 height: 7 0px;351 height: 74px; 352 352 } 353 353 354 354 .ios .customize-panel-back, … … 407 407 408 408 .customize-panel-back:before, 409 409 .customize-section-back:before { 410 font: normal 20px/ 69px dashicons;410 font: normal 20px/72px dashicons; 411 411 content: "\f341"; 412 412 position: relative; 413 413 left: 13px;