Ticket #28655: 28655.7.patch
File 28655.7.patch, 2.0 KB (added by , 11 years ago) |
---|
-
wp-admin/customize.php
108 108 submit_button( $save_text, 'primary save', 'save', false ); 109 109 ?> 110 110 <span class="spinner"></span> 111 <a class="back button" href="<?php echo esc_url( $return ? $return : admin_url( 'themes.php' ) ); ?>">112 <?php _e( 'Cancel' ); ?> 111 <a class="back customize-controls-close" href="<?php echo esc_url( $return ? $return : admin_url( 'themes.php' ) ); ?>"> 112 <?php _e( 'Cancel' ); ?></span> 113 113 </a> 114 114 </div> 115 115 -
wp-admin/css/customize-controls.css
211 211 212 212 #customize-header-actions a.back { 213 213 position: relative; 214 left: 0px; 215 top: -100px; 216 color: transparent; 217 -webkit-transition: left ease-in-out .18s; 218 transition: left ease-in-out .18s; 219 } 220 221 222 #customize-header-actions .customize-controls-close { 223 position: relative; 214 224 left: 0; 215 225 -webkit-transition: left ease-in-out .18s; 216 226 transition: left ease-in-out .18s; 217 227 } 218 228 219 .in-sub-panel #customize-header-actions a.back { 229 .customize-controls-close:before { 230 font: normal 30px/1.5 dashicons; 231 color: #000; 232 width:30px; 233 padding: 9px 9px 7.5px 9px; 234 content: "\f335"; 235 position: relative; 236 visibility: visible; 237 top: 100px; 238 border-right: 1px solid #ddd; 239 } 240 241 .customize-controls-close:hover::before { 242 background-color: #0074a2; 243 color: #fff; 244 outline: none; 245 } 246 247 .in-sub-panel #customize-header-actions a.back { 220 248 left: -120px; 221 249 } 222 250 251 .in-sub-panel #customize-header-actions .customize-controls-close:before { 252 left: -120px; 253 } 254 223 255 .wp-full-overlay-sidebar .wp-full-overlay-header { 224 256 -webkit-transition: padding ease-in-out .18s; 225 257 transition: padding ease-in-out .18s; 258 padding: 0 15px 0 0; 226 259 } 227 260 228 261 .in-sub-panel .wp-full-overlay-sidebar .wp-full-overlay-header {