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