Ticket #41614: 41614.diff
File 41614.diff, 1.1 KB (added by , 7 years ago) |
---|
-
wp-admin/css/customize-controls.css
1534 1534 overflow-x: hidden; 1535 1535 overflow-y: auto; 1536 1536 width: 300px; 1537 max-width: 600px; 1537 1538 margin: 0; 1538 1539 z-index: 4; 1539 1540 background: #eee; … … 1875 1876 #available-menu-items-search .search-icon { 1876 1877 top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */ 1877 1878 } 1879 1880 .reorder, 1881 .reordering .reorder-done { 1882 padding: 7px 10px; 1883 } 1884 1885 #available-menu-items .new-content-item .add-content:before, 1886 .add-new-menu-item:before, 1887 .add-new-widget:before { 1888 top: 0; 1889 font: 400 16px/1 dashicons; 1890 } 1878 1891 } -
wp-includes/css/buttons.css
376 376 font-size: 13px; 377 377 line-height: 26px; 378 378 height: 28px; 379 margin : 0;379 margin-bottom: 0; 380 380 vertical-align: inherit; 381 381 } 382 382