diff --git a/src/wp-admin/css/nav-menus.css b/src/wp-admin/css/nav-menus.css
index 90c72ec..ff142ff 100644
|
a
|
b
|
ul.add-menu-item-tabs li { |
| 438 | 438 | |
| 439 | 439 | .menu-item-bar { |
| 440 | 440 | clear: both; |
| 441 | | line-height: 1.5em; |
| | 441 | line-height: 1.5; |
| 442 | 442 | position: relative; |
| 443 | 443 | margin: 9px 0 0; |
| 444 | 444 | } |
| … |
… |
ul.add-menu-item-tabs li { |
| 450 | 450 | height: auto; |
| 451 | 451 | min-height: 20px; |
| 452 | 452 | width: 382px; |
| 453 | | line-height: 30px; |
| | 453 | line-height: 2.4; |
| 454 | 454 | overflow: hidden; |
| 455 | 455 | word-wrap: break-word; |
| 456 | 456 | } |
| … |
… |
ul.add-menu-item-tabs li { |
| 480 | 480 | .menu-item-handle .item-title { |
| 481 | 481 | font-size: 13px; |
| 482 | 482 | font-weight: 600; |
| 483 | | line-height: 20px; |
| | 483 | line-height: 1.6; |
| 484 | 484 | display: block; |
| 485 | 485 | /* @todo: responsive view. */ |
| 486 | 486 | margin-right: 13em; |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 556 | 556 | padding: 12px 16px; |
| 557 | 557 | color: #666; |
| 558 | 558 | font-size: 12px; |
| 559 | | line-height: 18px; |
| | 559 | line-height: 1.5; |
| 560 | 560 | } |
| 561 | 561 | |
| 562 | 562 | .item-controls { |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 598 | 598 | color: #0073aa; |
| 599 | 599 | text-decoration: underline; |
| 600 | 600 | font-size: 12px; |
| 601 | | line-height: 18px; |
| | 601 | line-height: 1.5; |
| 602 | 602 | } |
| 603 | 603 | |
| 604 | 604 | .no-js.nav-menus-php .item-edit .screen-reader-text { |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 737 | 737 | .nav-menus-php .major-publishing-actions { |
| 738 | 738 | clear: both; |
| 739 | 739 | padding: 10px 0; |
| 740 | | line-height: 28px; |
| | 740 | line-height: 2.1; |
| 741 | 741 | } |
| 742 | 742 | |
| 743 | 743 | .nav-menus-php .major-publishing-actions .publishing-action { |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 752 | 752 | /* Same as the Publish Meta Box #delete-action */ |
| 753 | 753 | .nav-menus-php .delete-action { |
| 754 | 754 | float: left; |
| 755 | | line-height: 28px; |
| | 755 | line-height: 2.1; |
| 756 | 756 | } |
| 757 | 757 | |
| 758 | 758 | .nav-menus-php .major-publishing-actions .form-invalid { |
| … |
… |
body.menu-max-depth-11 { min-width: 1280px !important; } |
| 841 | 841 | |
| 842 | 842 | .nav-menus-php .delete-action { |
| 843 | 843 | font-size: 14px; |
| 844 | | line-height: 30px; |
| | 844 | line-height: 2.1; |
| 845 | 845 | } |
| 846 | 846 | |
| 847 | 847 | .menu-item-bar .menu-item-handle, |