Ticket #44643: 44643.media-views.css.diff
File 44643.media-views.css.diff, 2.3 KB (added by , 6 years ago) |
---|
-
wp-includes/css/media-views.css
30 30 31 31 .media-frame select, 32 32 .wp-admin .media-frame select { 33 line-height: 2 8px;33 line-height: 2; 34 34 margin-top: 3px; 35 35 } 36 36 … … 405 405 float: left; 406 406 min-height: 22px; 407 407 padding-top: 8px; 408 line-height: 1 6px;408 line-height: 1.4; 409 409 font-weight: 400; 410 410 color: #666; 411 411 } … … 546 546 position: relative; 547 547 padding: 8px 20px; 548 548 margin: 0; 549 line-height: 1 8px;549 line-height: 1.3; 550 550 font-size: 14px; 551 551 color: #0073aa; 552 552 text-decoration: none; … … 598 598 padding: 8px 10px 9px; 599 599 margin: 0; 600 600 height: 18px; 601 line-height: 1 8px;601 line-height: 1.3; 602 602 font-size: 14px; 603 603 text-decoration: none; 604 604 } … … 725 725 .media-frame-title h1 { 726 726 padding: 0 16px; 727 727 font-size: 22px; 728 line-height: 50px;728 line-height: 2.4; 729 729 margin: 0; 730 730 } 731 731 … … 1352 1352 .uploader-inline h3, /* Back-compat for pre-4.4 */ 1353 1353 .uploader-inline h2 { 1354 1354 font-size: 20px; 1355 line-height: 28px;1355 line-height: 1.4; 1356 1356 font-weight: 400; 1357 1357 margin: 0; 1358 1358 } … … 1423 1423 display: block; 1424 1424 padding-top: 12px; 1425 1425 font-size: 14px; 1426 line-height: 20px;1426 line-height: 1.45; 1427 1427 font-weight: 600; 1428 1428 } 1429 1429 … … 1431 1431 float: left; 1432 1432 padding: 1px 8px; 1433 1433 margin: 1px 8px 1px -8px; 1434 line-height: 1 6px;1434 line-height: 1.4; 1435 1435 border-right: 1px solid #ddd; 1436 1436 color: #0073aa; 1437 1437 text-decoration: none; … … 1587 1587 overflow: hidden; 1588 1588 min-height: 60px; 1589 1589 margin-bottom: 16px; 1590 line-height: 1 8px;1590 line-height: 1.5; 1591 1591 color: #666; 1592 1592 border-bottom: 1px solid #ddd; 1593 1593 padding-bottom: 11px; … … 2087 2087 display: block; 2088 2088 width: 200px; 2089 2089 font-size: 13px; 2090 line-height: 24px;2090 line-height: 1.9; 2091 2091 color: #666; 2092 2092 } 2093 2093 … … 2294 2294 2295 2295 .media-frame:not(.hide-menu) .media-frame-title .dashicons { 2296 2296 display: inline-block; 2297 line-height: 50px;2297 line-height: 2.5; 2298 2298 } 2299 2299 2300 2300 .media-frame:not(.hide-menu) .media-frame-title h1 { … … 2557 2557 .media-modal .media-frame-title h1, 2558 2558 .media-frame:not(.hide-menu) .media-frame-title h1 { 2559 2559 font-size: 18px; 2560 line-height: 40px;2560 line-height: 2.3; 2561 2561 } 2562 2562 2563 2563 .media-frame:not(.hide-menu) .media-frame-title .dashicons { 2564 line-height: 40px;2564 line-height: 2; 2565 2565 } 2566 2566 2567 2567 .media-frame-router,