Changeset 49346
- Timestamp:
- 10/27/2020 08:16:22 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/nav-menus.css
r48116 r49346 446 446 height: auto; 447 447 min-height: 20px; 448 width: 382px;448 max-width: 382px; 449 449 line-height: 2.30769230; 450 450 overflow: hidden; … … 640 640 .menu-item-settings { 641 641 display: block; 642 width: 402px;643 padding: 10px 0 10px 10px;642 max-width: 392px; 643 padding: 10px; 644 644 position: relative; 645 645 z-index: 10; /* Keep .item-title's shadow from appearing on top of .menu-item-settings */ … … 711 711 712 712 .description-thin { 713 width: 190px; 713 width: calc(50% - 5px); 714 } 715 716 .menu-item-settings .description-thin + .description-thin { 717 margin-right: 0; 714 718 } 715 719 716 720 .description-wide { 717 width: 390px;721 width: 100%; 718 722 } 719 723 … … 760 764 -------------------------------------------------------------- */ 761 765 762 @media only screen and (min-width: 769px) and (max-width: 1000px) {766 @media only screen and (min-width: 769px) and (max-width: 1000px) { 763 767 body.menu-max-depth-0 { 764 768 min-width: 0 !important; 765 769 } 766 770 767 #menu-management-liquid {771 #menu-management-liquid { 768 772 width: 100%; 769 773 } 770 774 771 .nav-menus-php #post-body-content {775 .nav-menus-php #post-body-content { 772 776 min-width: 0; 773 }774 775 .menu-item-bar .menu-item-handle{776 width: 90%;777 777 } 778 778 }
Note: See TracChangeset
for help on using the changeset viewer.