Ticket #46516: 46516.diff
File 46516.diff, 1.6 KB (added by , 6 years ago) |
---|
-
wp-admin/css/nav-menus.css
434 434 435 435 .menu-item-bar { 436 436 clear: both; 437 line-height: 1.5 em;437 line-height: 1.5; 438 438 position: relative; 439 439 margin: 9px 0 0; 440 440 } … … 446 446 height: auto; 447 447 min-height: 20px; 448 448 width: 382px; 449 line-height: 30px;449 line-height: 2.4; 450 450 overflow: hidden; 451 451 word-wrap: break-word; 452 452 } … … 476 476 .menu-item-handle .item-title { 477 477 font-size: 13px; 478 478 font-weight: 600; 479 line-height: 20px;479 line-height: 1.6; 480 480 display: block; 481 481 /* @todo: responsive view. */ 482 482 margin-right: 13em; … … 552 552 padding: 12px 16px; 553 553 color: #666; 554 554 font-size: 12px; 555 line-height: 1 8px;555 line-height: 1.5; 556 556 } 557 557 558 558 .item-controls { … … 594 594 color: #0073aa; 595 595 text-decoration: underline; 596 596 font-size: 12px; 597 line-height: 1 8px;597 line-height: 1.5; 598 598 } 599 599 600 600 .no-js.nav-menus-php .item-edit .screen-reader-text { … … 733 733 .nav-menus-php .major-publishing-actions { 734 734 clear: both; 735 735 padding: 10px 0; 736 line-height: 2 8px;736 line-height: 2.1; 737 737 } 738 738 739 739 .nav-menus-php .major-publishing-actions .publishing-action { … … 748 748 /* Same as the Publish Meta Box #delete-action */ 749 749 .nav-menus-php .delete-action { 750 750 float: left; 751 line-height: 2 8px;751 line-height: 2.1; 752 752 } 753 753 754 754 .nav-menus-php .major-publishing-actions .form-invalid { … … 837 837 838 838 .nav-menus-php .delete-action { 839 839 font-size: 14px; 840 line-height: 30px;840 line-height: 2.1; 841 841 } 842 842 843 843 .menu-item-bar .menu-item-handle,