Ticket #41614: 41614.5.diff
File 41614.5.diff, 1.8 KB (added by , 7 years ago) |
---|
-
wp-admin/css/customize-controls.css
1489 1489 #customize-theme-controls .add-new-menu-item { 1490 1490 cursor: pointer; 1491 1491 float: right; 1492 margin: 0; 1492 1493 margin-left: 10px; 1493 1494 transition: all 0.2s; 1494 1495 -webkit-user-select: none; … … 1512 1513 display: inline-block; 1513 1514 position: relative; 1514 1515 left: -2px; 1515 top: -1px;1516 top: 0; 1516 1517 font: normal 20px/1 dashicons; 1517 1518 vertical-align: middle; 1518 1519 transition: all 0.2s; … … 1793 1794 #available-widgets .widget-tpl, 1794 1795 #available-menu-items .item-tpl { 1795 1796 position: relative; 1796 padding: 20px 15px 20px 60px;1797 padding: 15px 15px 15px 60px; 1797 1798 background: #fff; 1798 1799 border-bottom: 1px solid #ddd; 1799 1800 border-left: 4px solid #fff; … … 1841 1842 .customize-control input[type="checkbox"] + label { 1842 1843 line-height: 32px; 1843 1844 } 1845 1846 .wp-core-ui.wp-customizer .button { 1847 margin-top: 12px; 1848 } 1844 1849 } 1845 1850 1846 1851 @media screen and ( max-width: 640px ) { … … 1923 1928 vertical-align: middle; 1924 1929 height: auto; 1925 1930 margin-bottom: 4px; 1931 margin-top: 12px; 1926 1932 } 1927 1933 1928 1934 #customize-header-actions .button-primary { … … 1986 1992 #available-menu-items-search .search-icon { 1987 1993 top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */ 1988 1994 } 1995 1996 .reorder, 1997 .reordering .reorder-done { 1998 padding: 8px; 1999 } 1989 2000 } -
wp-admin/css/widgets.css
753 753 } 754 754 755 755 div.widget { 756 margin: 0 auto 10px!important;756 margin: 0 auto !important; 757 757 max-width: 480px; 758 758 } 759 759 }