Changeset 20759
- Timestamp:
- 05/09/2012 09:47:15 PM (12 years ago)
- Location:
- trunk/wp-admin
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/wp-admin/admin-header.php
r20479 r20759 91 91 $admin_body_class .= ' mobile'; 92 92 93 $admin_body_class .= ' no-customize-support'; 94 93 95 ?> 94 96 </head> … … 101 103 if ( wp_script_is( 'customize-loader', 'queue' ) ) : ?> 102 104 if ( window.postMessage ) 103 document.body.className += ' customize-support';105 document.body.className += document.body.className.replace('no-customize-support','customize-support'); 104 106 <?php endif; ?> 105 107 </script> -
trunk/wp-admin/css/wp-admin.dev.css
r20754 r20759 4412 4412 } 4413 4413 4414 .available-theme a.screenshot {4414 .available-theme .screenshot { 4415 4415 width: 300px; 4416 4416 height: 225px; … … 4557 4557 @media only screen and (max-width: 1200px) { 4558 4558 .available-theme, 4559 .available-theme a.screenshot,4559 .available-theme .screenshot, 4560 4560 #current-theme img { 4561 4561 width: 240px; 4562 4562 } 4563 4563 4564 .available-theme a.screenshot {4564 .available-theme .screenshot { 4565 4565 height: 180px; 4566 4566 } … … 5429 5429 ------------------------------------------------------------------------------*/ 5430 5430 5431 . hide-if-no-customize,5431 .no-customize-support .hide-if-no-customize, 5432 5432 .customize-support .hide-if-customize { 5433 display: none !important; 5434 } 5435 5436 .hide-if-customize, 5437 .customize-support .hide-if-no-customize { 5438 display: block !important; 5433 display: none; 5439 5434 } 5440 5435
Note: See TracChangeset
for help on using the changeset viewer.