Ticket #46529: 46529.1.diff
File 46529.1.diff, 2.4 KB (added by , 2 years ago) |
---|
-
src/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.33333333; 409 409 font-weight: 400; 410 410 color: #666; 411 411 } … … 555 555 position: relative; 556 556 padding: 8px 20px; 557 557 margin: 0; 558 line-height: 1 8px;558 line-height: 1.28571428; 559 559 font-size: 14px; 560 560 color: #0073aa; 561 561 text-decoration: none; … … 607 607 padding: 8px 10px 9px; 608 608 margin: 0; 609 609 height: 18px; 610 line-height: 1 8px;610 line-height: 1.28571428; 611 611 font-size: 14px; 612 612 text-decoration: none; 613 613 } … … 734 734 .media-frame-title h1 { 735 735 padding: 0 16px; 736 736 font-size: 22px; 737 line-height: 50px;737 line-height: 2.27272727; 738 738 margin: 0; 739 739 } 740 740 … … 1361 1361 .uploader-inline h3, /* Back-compat for pre-4.4 */ 1362 1362 .uploader-inline h2 { 1363 1363 font-size: 20px; 1364 line-height: 28px;1364 line-height: 1.4; 1365 1365 font-weight: 400; 1366 1366 margin: 0; 1367 1367 } … … 1432 1432 display: block; 1433 1433 padding-top: 12px; 1434 1434 font-size: 14px; 1435 line-height: 20px;1435 line-height: 1.42857142; 1436 1436 font-weight: 600; 1437 1437 } 1438 1438 … … 1440 1440 float: left; 1441 1441 padding: 1px 8px; 1442 1442 margin: 1px 8px 1px -8px; 1443 line-height: 1 6px;1443 line-height: 1.4; 1444 1444 border-right: 1px solid #ddd; 1445 1445 color: #0073aa; 1446 1446 text-decoration: none; … … 1596 1596 overflow: hidden; 1597 1597 min-height: 60px; 1598 1598 margin-bottom: 16px; 1599 line-height: 1 8px;1599 line-height: 1.5; 1600 1600 color: #666; 1601 1601 border-bottom: 1px solid #ddd; 1602 1602 padding-bottom: 11px; … … 2111 2111 display: block; 2112 2112 width: 200px; 2113 2113 font-size: 13px; 2114 line-height: 24px;2114 line-height: 1.84615384; 2115 2115 color: #666; 2116 2116 } 2117 2117 … … 2318 2318 2319 2319 .media-frame:not(.hide-menu) .media-frame-title .dashicons { 2320 2320 display: inline-block; 2321 line-height: 50px;2321 line-height: 2.5; 2322 2322 } 2323 2323 2324 2324 .media-frame:not(.hide-menu) .media-frame-title h1 { … … 2591 2591 .media-modal .media-frame-title h1, 2592 2592 .media-frame:not(.hide-menu) .media-frame-title h1 { 2593 2593 font-size: 18px; 2594 line-height: 40px;2594 line-height: 2.22222222; 2595 2595 } 2596 2596 2597 2597 .media-frame:not(.hide-menu) .media-frame-title .dashicons { 2598 line-height: 40px;2598 line-height: 2; 2599 2599 } 2600 2600 2601 2601 .media-frame-router,