Changeset 41677
- Timestamp:
- 10/02/2017 06:39:10 PM (7 years ago)
- Location:
- trunk/src/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/wp-admin/css/customize-controls.css
r41672 r41677 43 43 } 44 44 45 #customize- outer-theme-controls-wrapper{45 #customize-sidebar-outer-content { 46 46 position: absolute; 47 47 top: 0; … … 57 57 transition: left .18s; 58 58 border-right: 1px solid #ddd; 59 } 60 61 .outer-section-open .wp-full-overlay.expanded { 62 margin-left: 300px; 59 height: 100%; 63 60 } 64 61 … … 75 72 } 76 73 77 .outer-section-open .wp-full-overlay.expanded #customize- outer-theme-controls-wrapper{74 .outer-section-open .wp-full-overlay.expanded #customize-sidebar-outer-content { 78 75 visibility: visible; 79 76 left: 0; … … 86 83 87 84 .outer-section-open .wp-full-overlay.expanded #customize-preview { 85 left: 300px; 88 86 opacity: 0.4; 89 }90 91 body.outer-section-open .wp-full-overlay.expanded .wp-full-overlay-main {92 left: 300px;93 87 } 94 88 … … 200 194 } 201 195 202 .customize-copy-preview-link { 196 .preview-link-wrapper .customize-copy-preview-link.preview-control-element.button { 197 margin: 0; 203 198 position: absolute; 204 199 bottom: 9px; 205 200 right: 0; 201 } 202 203 .preview-link-wrapper { 204 position: relative; 206 205 } 207 206 … … 246 245 white-space: nowrap; 247 246 overflow: hidden; 248 width: 217px;247 width: 90%; 249 248 bottom: 14px; 250 249 font-size: 14px; … … 319 318 320 319 #customize-control-changeset_preview_link { 321 margin-top: 20px;320 margin-top: 6px; 322 321 } 323 322 … … 331 330 width: 100%; 332 331 margin-left: -12px; 333 padding: 12px 12px 1 8px;332 padding: 12px 12px 10px; 334 333 background: #ffffff; 335 334 border-bottom: 1px solid #ddd; … … 2712 2711 } 2713 2712 2713 #customize-control-changeset_preview_link a { 2714 bottom: 16px; 2715 } 2716 2717 .preview-link-wrapper .customize-copy-preview-link.preview-control-element.button { 2718 bottom: 10px; 2719 } 2720 2714 2721 .wp-core-ui.wp-customizer .button { 2715 2722 margin-top: 12px; … … 2811 2818 body.adding-widget div#available-widgets, 2812 2819 body.adding-menu-items div#available-menu-items, 2813 body.outer-section-open div#customize- outer-theme-controls-wrapper{2820 body.outer-section-open div#customize-sidebar-outer-content { 2814 2821 top: 46px; 2815 2822 left: 0; -
trunk/src/wp-admin/customize.php
r41648 r41677 219 219 <div id="customize-preview" class="wp-full-overlay-main"></div> 220 220 <div id="customize-sidebar-outer-content"> 221 <div id="customize-outer-theme-controls-wrapper"> 222 <div id="customize-outer-theme-controls"> 223 <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul> 224 </div> 221 <div id="customize-outer-theme-controls"> 222 <ul class="customize-outer-pane-parent"><?php // Outer panel and sections are not implemented, but its here as a placeholder to avoid any side-effect in api.Section. ?></ul> 225 223 </div> 226 224 </div>
Note: See TracChangeset
for help on using the changeset viewer.