equal
deleted
inserted
replaced
10 } |
10 } |
11 |
11 |
12 #customize-theme-controls .customize-section-title-nav_menus-heading, |
12 #customize-theme-controls .customize-section-title-nav_menus-heading, |
13 #customize-theme-controls .customize-section-title-menu_locations-heading, |
13 #customize-theme-controls .customize-section-title-menu_locations-heading, |
14 #customize-theme-controls .customize-section-title-menu_locations-description { |
14 #customize-theme-controls .customize-section-title-menu_locations-description { |
15 padding: 0 12px 0 12px; |
15 padding: 0 12px; |
16 } |
16 } |
17 |
17 |
18 #customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description { |
18 #customize-theme-controls .customize-control-description.customize-section-title-menu_locations-description { |
19 /* Override the default italic style for control descriptions */ |
19 /* Override the default italic style for control descriptions */ |
20 font-style: normal; |
20 font-style: normal; |
99 } |
99 } |
100 |
100 |
101 .wp-customizer .menu-item-settings .description-thin { |
101 .wp-customizer .menu-item-settings .description-thin { |
102 width: 100%; |
102 width: 100%; |
103 height: auto; |
103 height: auto; |
104 margin: 0 0 8px 0; |
104 margin: 0 0 8px; |
105 } |
105 } |
106 |
106 |
107 .wp-customizer .menu-item-settings input[type="text"] { |
107 .wp-customizer .menu-item-settings input[type="text"] { |
108 width: 100%; |
108 width: 100%; |
109 } |
109 } |
184 .wp-customizer .menu-item-settings p.description { |
184 .wp-customizer .menu-item-settings p.description { |
185 font-style: normal; |
185 font-style: normal; |
186 } |
186 } |
187 |
187 |
188 .wp-customizer .menu-settings dl { |
188 .wp-customizer .menu-settings dl { |
189 margin: 12px 0 0 0; |
189 margin: 12px 0 0; |
190 padding: 0; |
190 padding: 0; |
191 } |
191 } |
192 |
192 |
193 .wp-customizer .menu-settings .checkbox-input { |
193 .wp-customizer .menu-settings .checkbox-input { |
194 margin-top: 8px; |
194 margin-top: 8px; |
321 |
321 |
322 .wp-customizer .menu-item .item-edit .toggle-indicator:before, |
322 .wp-customizer .menu-item .item-edit .toggle-indicator:before, |
323 #available-menu-items .accordion-section-title .toggle-indicator:before { |
323 #available-menu-items .accordion-section-title .toggle-indicator:before { |
324 content: "\f140"; |
324 content: "\f140"; |
325 display: block; |
325 display: block; |
326 padding: 1px 0px 1px 2px; |
326 padding: 1px 0 1px 2px; |
327 speak: never; |
327 speak: never; |
328 border-radius: 50%; |
328 border-radius: 50%; |
329 color: #787c82; |
329 color: #787c82; |
330 font: normal 20px/1 dashicons; |
330 font: normal 20px/1 dashicons; |
331 -webkit-font-smoothing: antialiased; |
331 -webkit-font-smoothing: antialiased; |
580 position: relative; |
580 position: relative; |
581 background: transparent; |
581 background: transparent; |
582 } |
582 } |
583 |
583 |
584 #available-menu-items .accordion-section-content .available-menu-items-list { |
584 #available-menu-items .accordion-section-content .available-menu-items-list { |
585 margin: 0 0 45px 0; |
585 margin: 0 0 45px; |
586 padding: 1px 15px 15px 15px; |
586 padding: 1px 15px 15px; |
587 } |
587 } |
588 |
588 |
589 #available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */ |
589 #available-menu-items .accordion-section-content .available-menu-items-list:only-child { /* Types that do not support new items for the current user */ |
590 margin-bottom: 0; |
590 margin-bottom: 0; |
591 } |
591 } |
592 |
592 |
593 #new-custom-menu-item .accordion-section-content { |
593 #new-custom-menu-item .accordion-section-content { |
594 padding: 0 15px 15px 15px; |
594 padding: 0 15px 15px; |
595 } |
595 } |
596 |
596 |
597 #available-menu-items .menu-item-tpl { |
597 #available-menu-items .menu-item-tpl { |
598 margin: 0; |
598 margin: 0; |
599 } |
599 } |
689 /* search results list */ |
689 /* search results list */ |
690 #available-menu-items #available-menu-items-search .accordion-section-content { |
690 #available-menu-items #available-menu-items-search .accordion-section-content { |
691 position: absolute; |
691 position: absolute; |
692 right: 0; |
692 right: 0; |
693 top: 60px; /* below title div / search input */ |
693 top: 60px; /* below title div / search input */ |
694 bottom: 0px; /* 100% height that still triggers lazy load */ |
694 bottom: 0; /* 100% height that still triggers lazy load */ |
695 max-height: none; |
695 max-height: none; |
696 width: 100%; |
696 width: 100%; |
697 padding: 1px 15px 15px; |
697 padding: 1px 15px 15px; |
698 box-sizing: border-box; |
698 box-sizing: border-box; |
699 } |
699 } |
794 font-weight: 400; |
794 font-weight: 400; |
795 } |
795 } |
796 |
796 |
797 #create-new-menu-submit { |
797 #create-new-menu-submit { |
798 float: left; |
798 float: left; |
799 margin: 0 0 12px 0; |
799 margin: 0 0 12px; |
800 } |
800 } |
801 |
801 |
802 .menu-delete-item { |
802 .menu-delete-item { |
803 float: right; |
803 float: right; |
804 padding: 1em 0; |
804 padding: 1em 0; |
805 width: 100%; |
805 width: 100%; |
806 } |
806 } |
807 |
807 |
808 .assigned-menu-locations-title p { |
808 .assigned-menu-locations-title p { |
809 margin: 0 0 8px 0; |
809 margin: 0 0 8px; |
810 } |
810 } |
811 |
811 |
812 li.assigned-to-menu-location .menu-delete-item { |
812 li.assigned-to-menu-location .menu-delete-item { |
813 display: none; |
813 display: none; |
814 } |
814 } |