Changeset 45123
- Timestamp:
- 04/06/2019 04:09:42 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/nav-menus.css
r44952 r45123 439 439 .menu-item-bar { 440 440 clear: both; 441 line-height: 1.5 em;441 line-height: 1.5; 442 442 position: relative; 443 443 margin: 9px 0 0; … … 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; … … 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. */ … … 557 557 color: #666; 558 558 font-size: 12px; 559 line-height: 1 8px;559 line-height: 1.5; 560 560 } 561 561 … … 599 599 text-decoration: underline; 600 600 font-size: 12px; 601 line-height: 1 8px;601 line-height: 1.5; 602 602 } 603 603 … … 738 738 clear: both; 739 739 padding: 10px 0; 740 line-height: 2 8px;740 line-height: 2.1; 741 741 } 742 742 … … 753 753 .nav-menus-php .delete-action { 754 754 float: left; 755 line-height: 2 8px;755 line-height: 2.1; 756 756 } 757 757 … … 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
Note: See TracChangeset
for help on using the changeset viewer.