Ticket #33808: 33808.patch
File 33808.patch, 2.0 KB (added by , 9 years ago) |
---|
-
wp-admin/css/common.css
1847 1847 .postbox .handlediv { 1848 1848 display: none; 1849 1849 float: right; 1850 width: 36px;1851 height: 36px;1850 width: 22px; 1851 height: 22px; 1852 1852 padding: 0; 1853 margin-right: 10px; 1854 margin-top: 6px; 1855 border-radius: 50%; 1853 1856 } 1854 1857 1855 1858 .js .postbox .handlediv { … … 2785 2788 color: #464646; 2786 2789 } 2787 2790 2788 /* @todo: these seem misplaced */2789 .js .meta-box-sortables .postbox:hover .handlediv {2790 margin-right: 0 !important;2791 }2792 2791 2793 2792 /* Metabox collapse arrow indicators */ 2794 2793 .js .sidebar-name .sidebar-name-arrow:before, … … 2798 2797 display: inline-block; 2799 2798 font: normal 20px/1 dashicons; 2800 2799 speak: none; 2801 padding: 8px;2800 padding: 1px 3px 4px 1px; 2802 2801 -webkit-font-smoothing: antialiased; 2803 2802 -moz-osx-font-smoothing: grayscale; 2804 2803 text-decoration: none !important; … … 2959 2958 } 2960 2959 2961 2960 .widget-top a.widget-action:after { 2962 padding: 12px 12px 11px; 2961 padding: 1px 2px 1px 0px; 2962 border-radius: 50%; 2963 margin-top: 10px; 2964 margin-right: 10px; 2963 2965 } 2964 2966 2965 2967 .widget-top a.widget-action:focus:after { … … 2968 2970 } 2969 2971 2970 2972 .nav-menus-php .item-edit:before { 2971 line-height: 2.1;2973 padding: 1px 2px 1px 0; 2972 2974 } 2973 2975 2974 2976 .control-section .accordion-section-title:after, -
wp-admin/css/nav-menus.css
579 579 /* Menu item controls */ 580 580 .item-type { 581 581 display: inline-block; 582 padding: 12px 1 0px;582 padding: 12px 16px; 583 583 color: #666; 584 584 font-size: 12px; 585 585 line-height: 18px; … … 606 606 607 607 .nav-menus-php .item-edit { 608 608 position: absolute; 609 right: - 20px;610 top: 0;609 right: -14px; 610 top: 10px; 611 611 display: block; 612 width: 30px;613 height: 40px;612 width: 22px; 613 height: 22px; 614 614 margin-right: 0 !important; 615 615 text-indent: 100%; 616 616 outline: none; 617 617 overflow: hidden; 618 618 white-space: nowrap; 619 border-radius: 50%; 619 620 } 620 621 621 622 /* Menu editing */