diff --git a/src/wp-admin/css/customize-controls.css b/src/wp-admin/css/customize-controls.css
index c1aa128a34..8c8508d63d 100644
a
|
b
|
body.adding-widget .add-new-widget:before, |
1775 | 1775 | #available-widgets .widget-tpl, |
1776 | 1776 | #available-menu-items .item-tpl { |
1777 | 1777 | position: relative; |
1778 | | padding: 20px 15px 20px 60px; |
| 1778 | padding: 15px 15px 15px 60px; |
1779 | 1779 | background: #fff; |
1780 | 1780 | border-bottom: 1px solid #ddd; |
1781 | 1781 | border-left: 4px solid #fff; |
… |
… |
body.adding-widget .add-new-widget:before, |
1823 | 1823 | .customize-control input[type="checkbox"] + label { |
1824 | 1824 | line-height: 32px; |
1825 | 1825 | } |
| 1826 | |
| 1827 | .wp-core-ui.wp-customizer .button { |
| 1828 | margin-top: 12px; |
| 1829 | } |
1826 | 1830 | } |
1827 | 1831 | |
1828 | 1832 | @media screen and ( max-width: 640px ) { |
… |
… |
body.adding-widget .add-new-widget:before, |
1905 | 1909 | vertical-align: middle; |
1906 | 1910 | height: auto; |
1907 | 1911 | margin-bottom: 4px; |
| 1912 | margin-top: 12px; |
1908 | 1913 | } |
1909 | 1914 | |
1910 | 1915 | #customize-header-actions .button-primary { |
diff --git a/src/wp-admin/css/widgets.css b/src/wp-admin/css/widgets.css
index f31b63c881..babce80060 100644
a
|
b
|
ul.CodeMirror-hints { |
688 | 688 | } |
689 | 689 | |
690 | 690 | div.widget { |
691 | | margin: 0 auto 10px !important; |
| 691 | margin: 0 auto !important; |
692 | 692 | max-width: 480px; |
693 | 693 | } |
694 | 694 | } |