Changeset 41602
- Timestamp:
- 09/26/2017 07:04:47 PM (7 years ago)
- Location:
- trunk/src/wp-admin/css
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r41586 r41602 1490 1490 cursor: pointer; 1491 1491 float: right; 1492 margin: 0; 1492 1493 margin-left: 10px; 1493 1494 transition: all 0.2s; … … 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; … … 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; … … 1841 1842 .customize-control input[type="checkbox"] + label { 1842 1843 line-height: 32px; 1844 } 1845 1846 .wp-core-ui.wp-customizer .button { 1847 margin-top: 12px; 1843 1848 } 1844 1849 } … … 1924 1929 height: auto; 1925 1930 margin-bottom: 4px; 1931 margin-top: 12px; 1926 1932 } 1927 1933 … … 1987 1993 top: 85px; /* 70 section title height + 13 container padding +1 input margin +1 input border */ 1988 1994 } 1989 } 1995 1996 .reorder, 1997 .reordering .reorder-done { 1998 padding: 8px; 1999 } 2000 } -
trunk/src/wp-admin/css/widgets.css
r41590 r41602 754 754 755 755 div.widget { 756 margin: 0 auto 10px!important;756 margin: 0 auto !important; 757 757 max-width: 480px; 758 758 }
Note: See TracChangeset
for help on using the changeset viewer.